Skip to content

Commit

Permalink
FIX: incorrect type alias for SOAP Header 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Dec 3, 2024
1 parent 528a91c commit 468d573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combadge/support/soap/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ def __class_getitem__(cls, item: type[Any]) -> Any:
return Annotated[item, cls()]

else:
FormData: TypeAlias = _T
Header: TypeAlias = _T

0 comments on commit 468d573

Please sign in to comment.