Re-order all imports across project with isort
This commit is contained in:
@@ -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, "{")
|
||||
|
||||
Reference in New Issue
Block a user