fix: 🔥 remove unused import

This commit is contained in:
thentgesMindee
2022-11-04 11:08:36 +01:00
parent aa3e108d0a
commit 5bb96b93f6

View File

@@ -1,5 +1,5 @@
import inspect
from typing import Callable, Iterable, Optional, Tuple, Type
from typing import Callable, Iterable, Optional, Tuple
from starlette.applications import Starlette
from starlette.datastructures import MutableHeaders