Skip to content

Commit a5bc880

Browse files
committed
black
1 parent cb87308 commit a5bc880

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

onnx_diagnostic/torch_export_patches/onnx_export_errors.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,7 @@ def torch_export_patches(
277277
ShapeEnv._log_guard_remember = ShapeEnv._log_guard
278278

279279
if verbose:
280-
print(
281-
"[torch_export_patches] assert when a dynamic dimension turns static"
282-
)
280+
print("[torch_export_patches] assert when a dynamic dimension turns static")
283281
print("[torch_export_patches] replaces ShapeEnv._set_replacement")
284282

285283
f_shape_env__set_replacement = ShapeEnv._set_replacement

0 commit comments

Comments
 (0)