Skip to content

Commit 5d967a4

Browse files
committed
mypy
1 parent 8313a1b commit 5d967a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/export/shape_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def make_fake_with_dynamic_dimensions(
307307
if hasattr(x, "shape"):
308308
t = fake_reshape(x, dynamic_shapes, fake_mode=fake_mode)
309309
return t, fake_mode
310-
from . import string_type
310+
from ..helpers import string_type
311311

312312
raise TypeError(
313313
f"Unexpected type {type(x)} for x, content is {string_type(x, with_shape=True)}"

0 commit comments

Comments
 (0)