mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
refactor: Organize code to remove flake8 issues
This commit is contained in:
@@ -8,7 +8,8 @@ import argparse
|
||||
|
||||
from typing import List, Optional, IO
|
||||
|
||||
from ..main import add, docstring
|
||||
from ..main import add
|
||||
from ..util import docstring
|
||||
from ..config import OUTPUT_DIR, ONLY_NEW
|
||||
from ..logging_util import SmartFormatter, accept_stdin, stderr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user