Skip to content

Commit

Permalink
remove unused argument group
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jun 3, 2024
1 parent 1b2cc9d commit 4c63f80
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def load_config(*args):

def main():
argparse = ArgumentParser()
argparse.add_argument_group()
argparse.add_argument("--list_status", nargs='+',
help="Generate the list of species and assembly that needs to be released",
choices=['Pending', 'Started', 'Completed'])
Expand Down

0 comments on commit 4c63f80

Please sign in to comment.