Skip to content

Commit 250c73a

Browse files
committed
pre-commit ci fix try no 2
1 parent 84094cc commit 250c73a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_integration_autodoc_type_aliases.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ def dec(val: T) -> T:
3737
ArrayLike = Literal["test"]
3838

3939

40-
class _SchemaMeta(type):
41-
def __hash__(cls): ...
40+
class _SchemaMeta(type): # noqa: PLW1641
4241
def __eq__(cls, other: object) -> bool:
4342
return True
4443

0 commit comments

Comments
 (0)