Skip to content

Commit 919f95f

Browse files
fix: Missing module fix
1 parent a3cf025 commit 919f95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/path/unit/test_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
save_mechanical_path,
5656
version_from_path,
5757
)
58-
from ansys.tools.path.path import _is_float
58+
from ansys.tools.common.path.path import _is_float
5959

6060
LOG.setLevel(logging.DEBUG)
6161

0 commit comments

Comments
 (0)