Skip to content

Commit 18bf034

Browse files
committed
🔧 Remove unused import
1 parent ef1d9ef commit 18bf034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_pagination/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import inspect
22
import warnings
33
from functools import wraps
4-
from typing import Any, Callable, TypeVar, cast, no_type_check
4+
from typing import Any, Callable, TypeVar, cast
55

66
T = TypeVar("T", bound=Callable)
77

0 commit comments

Comments
 (0)