Skip to content

Commit

Permalink
Fix typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Dec 19, 2023
1 parent 95aa282 commit b3e140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mex/common/testing/joker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Joker:
assert value == {"predictable": 42, "timestamp": Joker()}
"""

_repr_cache = None
_repr_cache: str | None = None

def __eq__(self, obj: Any) -> bool:
"""Pretend to be equal to any other object."""
Expand Down

0 comments on commit b3e140e

Please sign in to comment.