Skip to content

Commit bfc89bc

Browse files
committed
Update packages
1 parent ea0638b commit bfc89bc

File tree

2 files changed

+294
-268
lines changed

2 files changed

+294
-268
lines changed

cadwyn/schema_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def __hash__(self):
514514
return hash(self._original_callable)
515515

516516
def __eq__(self, value: object) -> bool:
517-
return self._original_callable == value # pyright: ignore[reportUnnecessaryComparison]
517+
return self._original_callable == value
518518

519519

520520
class _AsyncCallableWrapper(_CallableWrapper):

0 commit comments

Comments
 (0)