Skip to content

Commit 4c54fc2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b0aaaa9 commit 4c54fc2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject_parser/type_hints.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@
5757
}
5858
)
5959

60-
IncludeGroupDict = TypedDict(
61-
"IncludeGroupDict",
62-
{
63-
"include-group": str
64-
}
65-
)
60+
IncludeGroupDict = TypedDict("IncludeGroupDict", {"include-group": str})
6661

6762
#: :class:`typing.TypedDict` representing the output from the :class:`~.DependencyGroupsParser` class.
6863
DependencyGroupsDict = Dict[str, List[Union[str, IncludeGroupDict]]]

0 commit comments

Comments
 (0)