Skip to content

Commit dc53fd8

Browse files
committed
Merge branch 'fix-issue-462' of https://github.com/tikuma-lsuhsc/sphinx-autodoc-typehints into fix-issue-462
2 parents 30dcfe1 + 5c58273 commit dc53fd8

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)