Skip to content

Commit 87aacb8

Browse files
fix: remove leftover code
1 parent 9880d99 commit 87aacb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ansys/dpf/core/workflow_topology/exposed_pin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ def __str__(self):
6767
f"{indent(self.pin_id, indents)}"
6868
)
6969

70-
def __repr__(self) -> str:
71-
return self.__str__()
72-
7370

7471
class ExposedPinsCollection:
7572
def __init__(self, collection):

0 commit comments

Comments
 (0)