Commit 9c64ee2
authored
from inspect import iscoroutinefunction not asyncio
Fixes: #50
```diff
- from asyncio import iscoroutinefunction
+ from inspect import iscoroutinefunction
```
https://github.com/search?q=repo%3Adjango-commons%2Fdjango-valkey+iscoroutinefunction&type=code1 parent aca2863 commit 9c64ee2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments