mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-18 06:18:25 +00:00
fix lint errors
This commit is contained in:
parent
3449bac5bc
commit
8c1d12020f
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
|
||||||
# action='store_true',
|
# action='store_true',
|
||||||
# help='Overwrite any existing packages that conflict with the ones ArchiveBox is trying to install',
|
# help='Overwrite any existing packages that conflict with the ones ArchiveBox is trying to install',
|
||||||
# )
|
# )
|
||||||
command = parser.parse_args(args or ())
|
command = parser.parse_args(args or ()) # no-qa
|
||||||
reject_stdin(__command__, stdin)
|
reject_stdin(__command__, stdin)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
|
@ -104,7 +104,6 @@ from .config import (
|
||||||
USE_YOUTUBEDL,
|
USE_YOUTUBEDL,
|
||||||
USE_NODE,
|
USE_NODE,
|
||||||
NODE_VERSION,
|
NODE_VERSION,
|
||||||
USE_CHROME,
|
|
||||||
load_all_config,
|
load_all_config,
|
||||||
CONFIG,
|
CONFIG,
|
||||||
USER_CONFIG,
|
USER_CONFIG,
|
||||||
|
|
Loading…
Add table
Reference in a new issue