Skip to content

Commit

Permalink
Remove unused imports from the starlette extension (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 authored Jan 5, 2025
1 parent 41e18df commit 9f4e283
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dependency_injector/ext/starlette.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import sys
from abc import ABCMeta, abstractmethod
from typing import Any, Callable, Coroutine, Optional
from typing import Any

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

0 comments on commit 9f4e283

Please sign in to comment.