refactor: Move logging.py to main module to avoid circular import issues

This commit is contained in:
Cristian
2020-07-17 18:00:04 -05:00
parent f449e58239
commit f4d1b5121e
29 changed files with 35 additions and 35 deletions

View File

@@ -12,7 +12,7 @@ from ..index import (
patch_main_index,
)
from ..util import enforce_types
from ..cli.logging import (
from ..logging import (
log_archiving_started,
log_archiving_paused,
log_archiving_finished,