mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-06 14:43:17 +03:00
Remove unused imports from the starlette extension (#846)
This commit is contained in:
parent
41e18dfa90
commit
9f4e2839d2
|
@ -1,6 +1,5 @@
|
||||||
import sys
|
import sys
|
||||||
from abc import ABCMeta, abstractmethod
|
from typing import Any
|
||||||
from typing import Any, Callable, Coroutine, Optional
|
|
||||||
|
|
||||||
if sys.version_info >= (3, 11): # pragma: no cover
|
if sys.version_info >= (3, 11): # pragma: no cover
|
||||||
from typing import Self
|
from typing import Self
|
||||||
|
|
Loading…
Reference in New Issue
Block a user