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 889cc9a commit d934663Copy full SHA for d934663
fastapi_redis_cache/client.py
@@ -19,7 +19,7 @@
19
from fastapi_redis_cache.redis import redis_connect
20
from fastapi_redis_cache.util import serialize_json
21
22
-if TYPE_CHECKING:
+if TYPE_CHECKING: # pragma: no cover
23
from fastapi import Request, Response
24
from redis import client
25
fastapi_redis_cache/key_gen.py
@@ -7,7 +7,7 @@
7
8
from fastapi_redis_cache.types import ArgType, SigParameters
9
10
11
from collections import OrderedDict
12
13
ALWAYS_IGNORE_ARG_TYPES = [Response, Request]
0 commit comments