Skip to content

Commit 5c58273

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 250c73a commit 5c58273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration_autodoc_type_aliases.py

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

3939

40-
class _SchemaMeta(type): # noqa: PLW1641
40+
class _SchemaMeta(type): # noqa: PLW1641
4141
def __eq__(cls, other: object) -> bool:
4242
return True
4343

0 commit comments

Comments
 (0)