From c571e4b6fc29c3519b5211d6d424f436df171c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=D7=99=D7=A8?= <88795475+nrbnlulu@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:07:18 +0300 Subject: [PATCH] Update aioinject/markers.py --- aioinject/markers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aioinject/markers.py b/aioinject/markers.py index b95f4f7..1467df0 100644 --- a/aioinject/markers.py +++ b/aioinject/markers.py @@ -15,6 +15,5 @@ class Inject: else: class Injected(Generic[T]): - @classmethod def __class_getitem__(cls, item): # noqa: ANN206, ANN001 return Annotated[item, Inject]