Skip to content

Commit b4e0aeb

Browse files
committed
black
1 parent 04be63f commit b4e0aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/export/dynamic_shapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def move_to_kwargs(
437437

438438
def validate_inputs_for_export(
439439
self, dynamic_shapes: Optional[DYNAMIC_SHAPES] = None
440-
) -> List[List[Union[int,str]]]:
440+
) -> List[List[Union[int, str]]]:
441441
"""
442442
Validates the inputs the class contains for the given dynamic shapes.
443443
If not specified, the dynamic_shapes are guessed.

0 commit comments

Comments
 (0)