Skip to content

Commit ffeaad9

Browse files
authored
Merge branch 'main' into patch-1
2 parents 022908a + b4d7fa1 commit ffeaad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_valkey/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import functools
44
import inspect
55
import logging
6-
from asyncio import iscoroutinefunction
76
from collections.abc import AsyncGenerator, Callable, Iterator
7+
from inspect import iscoroutinefunction
88
from typing import (
99
Any,
1010
TypeVar,

0 commit comments

Comments
 (0)