fix linting
This commit is contained in:
parent
ee61a7acf3
commit
766ed90f26
@ -18,6 +18,7 @@ FILE_FORMAT = "%(asctime)s %(levelname)s %(message)s"
|
|||||||
JSON_FORMAT = "(asctime) (levelname) (message)"
|
JSON_FORMAT = "(asctime) (levelname) (message)"
|
||||||
TIME_FORMAT = "%Y-%m-%d %H:%M:%S"
|
TIME_FORMAT = "%Y-%m-%d %H:%M:%S"
|
||||||
|
|
||||||
|
|
||||||
def _should_do_markup():
|
def _should_do_markup():
|
||||||
py_colors = os.environ.get("PY_COLORS", None)
|
py_colors = os.environ.get("PY_COLORS", None)
|
||||||
if py_colors is not None:
|
if py_colors is not None:
|
||||||
|
Reference in New Issue
Block a user