mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
fix: 🔥 remove unused import
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user