We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1d9ef commit 18bf034Copy full SHA for 18bf034
fastapi_pagination/utils.py
@@ -1,7 +1,7 @@
1
import inspect
2
import warnings
3
from functools import wraps
4
-from typing import Any, Callable, TypeVar, cast, no_type_check
+from typing import Any, Callable, TypeVar, cast
5
6
T = TypeVar("T", bound=Callable)
7
0 commit comments