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 f449ca6 commit 5d46ae5Copy full SHA for 5d46ae5
src/ansys/tools/common/launcher/product_instance.py
@@ -36,7 +36,7 @@
36
37
from .interface import LAUNCHER_CONFIG_T, LauncherProtocol, ServerType
38
39
-__all__ = ["ProductInstance", "ProductInstanceError"]
+__all__ = ["ProductInstance"]
40
41
_GRPC_MAX_MESSAGE_LENGTH = 256 * 1024**2 # 256 MB
42
0 commit comments