mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
fix: Rename logging folder to avoid naming conflicts (and circular import issues)
This commit is contained in:
@@ -10,7 +10,7 @@ from typing import List, Optional, IO
|
||||
|
||||
from ..main import add, docstring
|
||||
from ..config import OUTPUT_DIR, ONLY_NEW
|
||||
from ..logging import SmartFormatter, accept_stdin, stderr
|
||||
from ..logging_util import SmartFormatter, accept_stdin, stderr
|
||||
|
||||
|
||||
@docstring(add.__doc__)
|
||||
|
||||
Reference in New Issue
Block a user