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 022908a + b4d7fa1 commit ffeaad9Copy full SHA for ffeaad9
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