We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61770e commit 3c78cd4Copy full SHA for 3c78cd4
src/ansys/tools/abstractions/__init__.py
@@ -21,5 +21,5 @@
21
# SOFTWARE.
22
"""Init module for abstractions."""
23
24
-from .connection import AbstractConnection # noqa F401
+from .connection import AbstractGRPCConnection # noqa F401
25
from .launcher import AbstractServiceLauncher # noqa F401
0 commit comments