Skip to content

Commit

Permalink
mypy sucks big time
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jan 26, 2025
1 parent 618f89c commit 95d93bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactpy/core/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,6 @@ def strictly_equal(x: Any, y: Any) -> bool:

with contextlib.suppress(Exception):
if hasattr(x, "__eq__"):
return x == y
return x == y # type: ignore

return x is y

0 comments on commit 95d93bd

Please sign in to comment.