Skip to content

Commit

Permalink
lint black
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbleile committed Jul 13, 2024
1 parent bcd7453 commit 564313a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pori_python/ipr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ def command_interface() -> None:
help="Write to output_json_path on successful IPR uploads instead of just when the upload fails",
)
parser.add_argument(
'--async_upload',
"--async_upload",
default=False,
action='store_true',
help='True if reports-async ipr endpoint should be used instead of basic reports',
action="store_true",
help="True if reports-async ipr endpoint should be used instead of basic reports",
)
parser.add_argument(
'--mins_to_wait',
"--mins_to_wait",
default=5,
action='store',
help='is using reports-async, number of minutes to wait before throwing error',
action="store",
help="is using reports-async, number of minutes to wait before throwing error",
)

args = parser.parse_args()
Expand Down

0 comments on commit 564313a

Please sign in to comment.