mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-28 02:42:23 +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 server, docstring
|
||||
from ..config import OUTPUT_DIR
|
||||
from .logging import SmartFormatter, reject_stdin
|
||||
from ..logging import SmartFormatter, reject_stdin
|
||||
|
||||
|
||||
@docstring(server.__doc__)
|
||||
|
||||
Reference in New Issue
Block a user