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 aefc181 commit 50e38f5Copy full SHA for 50e38f5
doc/changelog.d/470.fixed.md
@@ -0,0 +1 @@
1
+fix: import statements
src/ansys/sherlock/core/model.py
@@ -13,8 +13,8 @@
13
import SherlockModelService_pb2_grpc
14
except ModuleNotFoundError:
15
from ansys.api.sherlock.v0 import SherlockModelService_pb2
16
+ from ansys.api.sherlock.v0.SherlockModelService_pb2 import MeshType, TraceOutputType
17
from ansys.api.sherlock.v0 import SherlockModelService_pb2_grpc
- from SherlockModelService_pb2 import MeshType, TraceOutputType
18
19
from ansys.sherlock.core import LOG
20
from ansys.sherlock.core.errors import (
0 commit comments