1
0
Fork 0
mirror of synced 2024-06-18 18:34:51 +12:00

fix lint errors

This commit is contained in:
Nick Sweeting 2021-04-05 20:00:16 -04:00
parent ef76f7c490
commit 05c17af4dc

View file

@ -27,7 +27,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
# action='store_true',
# help='Overwrite any existing packages that conflict with the ones ArchiveBox is trying to install',
# )
command = parser.parse_args(args or ()) # no-qa
command = parser.parse_args(args or ()) # noqa
reject_stdin(__command__, stdin)
setup(