Bläddra i källkod

fix lint errors

Nick Sweeting 4 år sedan
förälder
incheckning
05c17af4dc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      archivebox/cli/archivebox_setup.py

+ 1 - 1
archivebox/cli/archivebox_setup.py

@@ -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 ())   # no-qa
+    command = parser.parse_args(args or ())   # noqa
     reject_stdin(__command__, stdin)
     reject_stdin(__command__, stdin)
 
 
     setup(
     setup(