Skip to content

Commit 76f85f3

Browse files
Black run from package for consistency with GitHub Actions
1 parent 32fa94b commit 76f85f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xdoc/internal/typings/user_type_hints_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
def _extract_mapper(
16-
user_mapper: type | dict[str, type | GenericAlias | UnionType]
16+
user_mapper: type | dict[str, type | GenericAlias | UnionType],
1717
) -> dict[str, type | GenericAlias | UnionType]:
1818
"""
1919
Internal function
@@ -75,7 +75,7 @@ def _is_optional(type_hint: type | GenericAlias | UnionType) -> bool:
7575

7676

7777
def _dynamic_pydantic_model(
78-
user_mapper: type | dict[str, type | GenericAlias | UnionType]
78+
user_mapper: type | dict[str, type | GenericAlias | UnionType],
7979
) -> type[BaseModel]:
8080
"""
8181
Internal function

0 commit comments

Comments
 (0)