We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e18df commit df79085Copy full SHA for df79085
src/dependency_injector/ext/starlette.py
@@ -1,6 +1,5 @@
1
import sys
2
-from abc import ABCMeta, abstractmethod
3
-from typing import Any, Callable, Coroutine, Optional
+from typing import Any
4
5
if sys.version_info >= (3, 11): # pragma: no cover
6
from typing import Self
0 commit comments