Skip to content

Commit

Permalink
run black python reformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed May 11, 2022
1 parent cf923d4 commit 46dc2e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/cmdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ def account_config_subparser(parser):


def settings_subparser(parser):
settings_parser = parser.add_parser("Settings", help="Settings MDM command")
settings_parser = parser.add_parser(
"Settings", help="Settings MDM command"
)
settings_parser.add_argument(
"--allowbst",
action="store_true",
Expand Down

0 comments on commit 46dc2e1

Please sign in to comment.