We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b9212 commit 1f910d2Copy full SHA for 1f910d2
neomodel/async_/transaction.py
@@ -3,8 +3,8 @@
3
"""
4
5
import warnings
6
-from asyncio import iscoroutinefunction
7
from functools import wraps
+from inspect import iscoroutinefunction
8
from typing import Any, Callable
9
10
from neo4j.api import Bookmarks
neomodel/sync_/transaction.py
0 commit comments