Skip to content

Commit 1cbcd09

Browse files
committed
remove a all_in_parallel command
Signed-off-by: ziad <[email protected]>
1 parent daa1374 commit 1cbcd09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vulnerabilities/management/commands/import.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ def add_arguments(self, parser):
2626
)
2727
parser.add_argument("--all", action="store_true", help="Run all available importers")
2828

29-
parser.add_argument(
30-
"--all_in_parallel", action="store_true", help="Run all available importers in parallel"
31-
)
32-
3329
parser.add_argument("sources", nargs="*", help="Fully qualified importer name to run")
3430

3531
def handle(self, *args, **options):

0 commit comments

Comments
 (0)