Skip to content

Commit 6302464

Browse files
committed
Reformat file with black
1 parent 153b4dd commit 6302464

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

command_runner/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,13 @@ def wrapper(*args, **kwargs):
313313

314314

315315
def _validate_process_priority(
316-
priority # type: Union[int, str]
317-
):
316+
priority, # type: Union[int, str]
317+
):
318318
# type: (...) -> int
319319
"""
320320
Check if priority int is valid
321321
"""
322+
322323
def _raise_prio_error(priority, reason):
323324
raise ValueError(
324325
"Priority not valid ({}): {}. Please use one of {}".format(

0 commit comments

Comments
 (0)