Skip to content

Commit

Permalink
Fix generic type
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed May 9, 2024
1 parent 390bd54 commit e9b33c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireup/ioc/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ def __hash__(self) -> int:
class ServiceOverride:
"""Data class to represent a service override. Target type will be replaced with the new type by the container."""

target: type
target: type[Any]
qualifier: Qualifier | None
new: Any

0 comments on commit e9b33c9

Please sign in to comment.