Skip to content

Commit 50e38f5

Browse files
fix: import statements (#470)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent aefc181 commit 50e38f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/470.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: import statements

src/ansys/sherlock/core/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
import SherlockModelService_pb2_grpc
1414
except ModuleNotFoundError:
1515
from ansys.api.sherlock.v0 import SherlockModelService_pb2
16+
from ansys.api.sherlock.v0.SherlockModelService_pb2 import MeshType, TraceOutputType
1617
from ansys.api.sherlock.v0 import SherlockModelService_pb2_grpc
17-
from SherlockModelService_pb2 import MeshType, TraceOutputType
1818

1919
from ansys.sherlock.core import LOG
2020
from ansys.sherlock.core.errors import (

0 commit comments

Comments
 (0)