Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: avoid | symbol in type hints on Python 3.9
Browse files Browse the repository at this point in the history
redeboer committed Jan 17, 2025
1 parent f61076d commit ab2d5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compwa_policy/utilities/pyproject/_struct.py
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
{
"build-system": NotRequired["BuildSystem"],
"project": "Project",
"dependency-groups": NotRequired[dict[str, list[str | IncludeGroup]]],
"dependency-groups": "NotRequired[dict[str, list[str | IncludeGroup]]]",
"tool": NotRequired[dict[str, dict[str, str]]],
},
)

0 comments on commit ab2d5ca

Please sign in to comment.