fix linting

This commit is contained in:
Robert Kaussow 2019-12-19 22:22:48 +01:00
parent ee61a7acf3
commit 766ed90f26
1 changed files with 1 additions and 0 deletions

View File

@ -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: