We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa1374 commit 1cbcd09Copy full SHA for 1cbcd09
vulnerabilities/management/commands/import.py
@@ -26,10 +26,6 @@ def add_arguments(self, parser):
26
)
27
parser.add_argument("--all", action="store_true", help="Run all available importers")
28
29
- parser.add_argument(
30
- "--all_in_parallel", action="store_true", help="Run all available importers in parallel"
31
- )
32
-
33
parser.add_argument("sources", nargs="*", help="Fully qualified importer name to run")
34
35
def handle(self, *args, **options):
0 commit comments