Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry committed Oct 19, 2024
1 parent a23f73b commit 36738ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mantis/utils/args_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,6 @@ def args_parse() -> ArgsModel:
list_parser.add_argument("-a","--after", type=str, help="Start date in YYYY-MM-DD format", dest="list_sub_command_ls_subs_after_filter")
list_parser.add_argument("-b","--before", type=str, help="End date in YYYY-MM-DD format", dest="list_sub_command_ls_subs_before_filter")

# list_sub_parser = list_parser.add_subparsers(title="List Subcommands", dest="list_sub_command")
# list_org_sub_parser = list_sub_parser.add_parser("orgs", help="List orgs present in DB")
# list_org_sub_parser.add_argument()

# display help, if no arguments are passed
args = parser.parse_args(args=None if argv[1:] else ['--help'])
logging.info(f"Arguments Passed - {args}")
Expand Down

0 comments on commit 36738ea

Please sign in to comment.