mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-25 09:22:26 +10:00
refactor: Move logging.py to main module to avoid circular import issues
This commit is contained in:
@@ -10,7 +10,7 @@ from typing import Optional, List, IO
|
||||
|
||||
from ..main import shell, docstring
|
||||
from ..config import OUTPUT_DIR
|
||||
from .logging import SmartFormatter, reject_stdin
|
||||
from ..logging import SmartFormatter, reject_stdin
|
||||
|
||||
|
||||
@docstring(shell.__doc__)
|
||||
|
||||
Reference in New Issue
Block a user