Skip to content

Commit

Permalink
feat: remove outdated theme option
Browse files Browse the repository at this point in the history
BREAKING CHANGE: theme config parameter removed
  • Loading branch information
sbrugman committed Jun 27, 2022
1 parent 3aa7c86 commit d919b68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions popmon/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,3 @@ def get_stat_description(name: str):
# the backend from default (loki) to 'multiprocessing' or 'threading'.
# (see https://joblib.readthedocs.io/en/latest/generated/joblib.Parallel.html for details)
parallel_args = {"n_jobs": 1}

# Usage the `ing_matplotlib_theme`
themed = True

0 comments on commit d919b68

Please sign in to comment.