Skip to content

Commit

Permalink
fix: import statements (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
RobPasMue and pyansys-ci-bot authored Dec 10, 2024
1 parent aefc181 commit 50e38f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.d/470.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: import statements
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import SherlockModelService_pb2_grpc
except ModuleNotFoundError:
from ansys.api.sherlock.v0 import SherlockModelService_pb2
from ansys.api.sherlock.v0.SherlockModelService_pb2 import MeshType, TraceOutputType
from ansys.api.sherlock.v0 import SherlockModelService_pb2_grpc
from SherlockModelService_pb2 import MeshType, TraceOutputType

from ansys.sherlock.core import LOG
from ansys.sherlock.core.errors import (
Expand Down

0 comments on commit 50e38f5

Please sign in to comment.