We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0638b commit bfc89bcCopy full SHA for bfc89bc
cadwyn/schema_generation.py
@@ -514,7 +514,7 @@ def __hash__(self):
514
return hash(self._original_callable)
515
516
def __eq__(self, value: object) -> bool:
517
- return self._original_callable == value # pyright: ignore[reportUnnecessaryComparison]
+ return self._original_callable == value
518
519
520
class _AsyncCallableWrapper(_CallableWrapper):
0 commit comments