Skip to content

Commit

Permalink
Update aioinject/markers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nrbnlulu authored Sep 17, 2024
1 parent 1dc2730 commit c571e4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aioinject/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ class Inject:
else:

class Injected(Generic[T]):
@classmethod
def __class_getitem__(cls, item): # noqa: ANN206, ANN001
return Annotated[item, Inject]

0 comments on commit c571e4b

Please sign in to comment.