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.
2 parents aca2863 + 9c64ee2 commit b4d7fa1Copy full SHA for b4d7fa1
django_valkey/base.py
@@ -3,8 +3,8 @@
3
import functools
4
import inspect
5
import logging
6
-from asyncio import iscoroutinefunction
7
from collections.abc import AsyncGenerator, Callable, Iterator
+from inspect import iscoroutinefunction
8
from typing import (
9
Any,
10
TypeVar,
0 commit comments