Skip to content

Commit 6d5f83e

Browse files
chore: auto fixes from pre-commit hooks
1 parent 7c55bf9 commit 6d5f83e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ansys/geometry/core/_grpc/_services/_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
from .base.beams import GRPCBeamsService
2929
from .base.bodies import GRPCBodyService
3030
from .base.commands import GRPCCommandsService
31+
from .base.commands_script import GRPCCommandsScriptService
3132
from .base.components import GRPCComponentsService
3233
from .base.coordinate_systems import GRPCCoordinateSystemService
3334
from .base.curves import GRPCCurvesService
34-
from .base.commands_script import GRPCCommandsScriptService
3535
from .base.designs import GRPCDesignsService
3636
from .base.driving_dimensions import GRPCDrivingDimensionsService
3737
from .base.edges import GRPCEdgesService

src/ansys/geometry/core/_grpc/_services/v1/commands_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, channel: grpc.Channel): # noqa: D102
4949

5050
@protect_grpc
5151
def run_script_file(self, **kwargs) -> dict: # noqa: D102
52-
from aansys.api.discovery.v1.commands.script_pb2 import RunScriptFileRequest
52+
from aansys.api.discovery.v1.commands.script_pb2 import RunScriptFileRequest
5353

5454
# Create the request - assumes all inputs are valid and of the proper type
5555
request = RunScriptFileRequest(

0 commit comments

Comments
 (0)