Update fastapi_cache/decorator.py

Co-authored-by: mkdir700 <56359329+mkdir700@users.noreply.github.com>
This commit is contained in:
long2ice
2023-02-01 15:33:04 +08:00
committed by GitHub
parent ea1ffcd7b4
commit 552a7695e8

View File

@@ -1,8 +1,8 @@
import inspect
import logging
import sys
from functools import wraps
from typing import Any, Awaitable, Callable, Optional, Type, TypeVar
import logging
if sys.version_info >= (3, 10):
from typing import ParamSpec