Skip to content

Commit 17268ba

Browse files
committed
Issue #0: Remove slow hash.
1 parent 8c6f2f9 commit 17268ba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/bsk_rl/scene/targets.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ def id(self) -> str:
4848
self._id = f"{self.name}_{id(self)}"
4949
return self._id
5050

51-
def __hash__(self) -> int:
52-
"""Hash target by unique id."""
53-
return hash((self.id))
54-
5551
def __repr__(self) -> str:
5652
"""Get string representation of target.
5753

0 commit comments

Comments
 (0)