Skip to content

Commit b4f930c

Browse files
chore: auto fixes from pre-commit hooks
1 parent f4e167d commit b4f930c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ansys/geometry/core/_grpc/_services/base/repair_tools.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"""
2828

2929
from abc import ABC, abstractmethod
30+
3031
import grpc
3132

3233

@@ -41,7 +42,8 @@ class GRPCRepairToolsService(ABC):
4142
def __init__(self, channel: grpc.Channel):
4243
"""Initialize the gRPC repair tools service.
4344
44-
Parameters:
45+
Parameters
46+
----------
4547
channel (grpc.Channel): The gRPC channel used to communicate with the service.
4648
"""
4749
pass # pragma: no cover
@@ -51,7 +53,6 @@ def find_split_edges(self, **kwargs):
5153
"""Identify split edges in the geometry."""
5254
pass # pragma: no cover
5355

54-
5556
@abstractmethod
5657
def find_extra_edges(self, **kwargs):
5758
"""Identify extra edges in the geometry."""

0 commit comments

Comments
 (0)