Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed May 13, 2024
1 parent 6a3fe53 commit 18f2ad8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ozi/fix/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
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',
'target',
type=str,
nargs='?',
default='.',
help='target OZI project directory',
)

helpers = parser.add_mutually_exclusive_group()
Expand Down

0 comments on commit 18f2ad8

Please sign in to comment.