Skip to content

Commit a6b48d2

Browse files
committed
rm Fields.__eq__ impl
1 parent a2ddf30 commit a6b48d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/stagpy/step.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ def __contains__(self, item: Any) -> bool:
341341
return False
342342
return True
343343

344-
def __eq__(self, other: object) -> bool:
345-
return self is other
346-
347344
def _get_raw_data(self, name: str) -> tuple[list[str], Any]:
348345
"""Find file holding data and return its content."""
349346
# try legacy first, then hdf5

0 commit comments

Comments
 (0)