mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-31 20:32:23 +10:00
refactor: Move logging.py to main module to avoid circular import issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user