Skip to content

Commit 9f4e283

Browse files
authored
Remove unused imports from the starlette extension (#846)
1 parent 41e18df commit 9f4e283

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dependency_injector/ext/starlette.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sys
2-
from abc import ABCMeta, abstractmethod
3-
from typing import Any, Callable, Coroutine, Optional
2+
from typing import Any
43

54
if sys.version_info >= (3, 11): # pragma: no cover
65
from typing import Self

0 commit comments

Comments
 (0)