Skip to content

Commit 3c78cd4

Browse files
authored
fix: relative import (#23)
1 parent e61770e commit 3c78cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/tools/abstractions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
# SOFTWARE.
2222
"""Init module for abstractions."""
2323

24-
from .connection import AbstractConnection # noqa F401
24+
from .connection import AbstractGRPCConnection # noqa F401
2525
from .launcher import AbstractServiceLauncher # noqa F401

0 commit comments

Comments
 (0)