Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 13, 2024
1 parent e2a0505 commit 344ad5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ozi/fix/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

parser = ArgumentParser(description=sys.modules[__name__].__doc__, add_help=False)
subparser = parser.add_subparsers(help='source & test fix', dest='fix')
parser.add_argument('target', type=str, nargs='?', default='.', help='target OZI project directory')
parser.add_argument(
'target', type=str, nargs='?', default='.', help='target OZI project directory',
)

helpers = parser.add_mutually_exclusive_group()
helpers.add_argument('-h', '--help', action='help', help='show this help message and exit')
Expand Down

0 comments on commit 344ad5d

Please sign in to comment.