Skip to content

Commit

Permalink
fix python3.7 error
Browse files Browse the repository at this point in the history
  • Loading branch information
biniona committed Sep 30, 2024
1 parent 4ce0c74 commit 41c9a4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions minject/inject.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Coroutine,
Dict,
Optional,
Protocol,
Sequence,
Type,
TypeVar,
Expand All @@ -18,7 +17,7 @@
overload,
)

from typing_extensions import Self, TypeGuard
from typing_extensions import Protocol, Self, TypeGuard

from .metadata import _INJECT_METADATA_ATTR, RegistryMetadata, _gen_meta, _get_meta
from .model import (
Expand Down

0 comments on commit 41c9a4e

Please sign in to comment.