Re-order all imports across project with isort

This commit is contained in:
rlaphoenix
2023-02-10 19:24:47 +00:00
parent faabfb550c
commit d982e37ee5
19 changed files with 36 additions and 40 deletions

View File

@@ -1,7 +1,6 @@
import logging
from typing import TypeVar, Union
LOG_FORMAT = "{asctime} [{levelname[0]}] {name} : {message}" # must be '{}' style
LOG_DATE_FORMAT = "%Y-%m-%d %H:%M:%S"
LOG_FORMATTER = logging.Formatter(LOG_FORMAT, LOG_DATE_FORMAT, "{")