From d919b68afeb20719d7cfc1179034cc1b3983f983 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Mon, 27 Jun 2022 12:04:07 +0200 Subject: [PATCH] feat: remove outdated theme option BREAKING CHANGE: theme config parameter removed --- popmon/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/popmon/config.py b/popmon/config.py index b1cef3e2..95c81bbd 100644 --- a/popmon/config.py +++ b/popmon/config.py @@ -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