Skip to content

Commit 95d93bd

Browse files
committed
mypy sucks big time
1 parent 618f89c commit 95d93bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/core/hooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,6 @@ def strictly_equal(x: Any, y: Any) -> bool:
523523

524524
with contextlib.suppress(Exception):
525525
if hasattr(x, "__eq__"):
526-
return x == y
526+
return x == y # type: ignore
527527

528528
return x is y

0 commit comments

Comments
 (0)