From 766ed90f261d66f4a795ebd58d943cda5d25fb6d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 19 Dec 2019 22:22:48 +0100 Subject: [PATCH] fix linting --- cleanupagents/Logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanupagents/Logging.py b/cleanupagents/Logging.py index b52057c..cdc68d8 100644 --- a/cleanupagents/Logging.py +++ b/cleanupagents/Logging.py @@ -18,6 +18,7 @@ FILE_FORMAT = "%(asctime)s %(levelname)s %(message)s" JSON_FORMAT = "(asctime) (levelname) (message)" TIME_FORMAT = "%Y-%m-%d %H:%M:%S" + def _should_do_markup(): py_colors = os.environ.get("PY_COLORS", None) if py_colors is not None: