Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit ca6cf21

Browse files
committed
Fix non defined typing.
1 parent bc7a29f commit ca6cf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/tools/path/path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666

6767
def _get_installed_windows_versions(
68-
supported_versions: SUPPORTED_VERSIONS_TYPE = SUPPORTED_ANSYS_VERSIONS,
68+
supported_versions=SUPPORTED_ANSYS_VERSIONS,
6969
): # pragma: no cover
7070
"""Get the AWP_ROOT environment variable values for supported versions."""
7171

0 commit comments

Comments
 (0)