Skip to content

Commit

Permalink
style: fix E303 by removing extra blank lines in create_verb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinkum0009 authored Aug 30, 2024
1 parent 5d1a53e commit 2141f39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rtwcli/rtw_cmds/rtw_cmds/workspace/create_verb.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ def add_arguments(self, parser: argparse.ArgumentParser, cli_name: str):
help="Disable upgrade flag",
default=False,
)


parser.add_argument(
"--ws-repos-file-name",
type=str,
Expand Down

0 comments on commit 2141f39

Please sign in to comment.