mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 02:15:10 -04:00
refactor: Move logging.py to main module to avoid circular import issues
This commit is contained in:
parent
f449e58239
commit
f4d1b5121e
29 changed files with 35 additions and 35 deletions
archivebox
|
@ -88,7 +88,7 @@ from .config import (
|
|||
USER_CONFIG,
|
||||
get_real_name,
|
||||
)
|
||||
from .cli.logging import (
|
||||
from .logging import (
|
||||
TERM_WIDTH,
|
||||
TimedProgress,
|
||||
log_importing_started,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue