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 Optional, List, IO
|
||||
|
||||
from ..main import init, docstring
|
||||
from ..main import init
|
||||
from ..util import docstring
|
||||
from ..config import OUTPUT_DIR
|
||||
from ..logging_util import SmartFormatter, reject_stdin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user