We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ff536 commit 84094ccCopy full SHA for 84094cc
tests/test_integration_autodoc_type_aliases.py
@@ -38,6 +38,7 @@ def dec(val: T) -> T:
38
39
40
class _SchemaMeta(type):
41
+ def __hash__(cls): ...
42
def __eq__(cls, other: object) -> bool:
43
return True
44
0 commit comments