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.
1 parent 60c4773 commit 743f901Copy full SHA for 743f901
gino/ext/sanic.py
@@ -5,7 +5,7 @@
5
# noinspection PyPackageRequirements
6
from aiocontextvars import enable_inherit, disable_inherit
7
except ImportError:
8
- enable_inherit = disable_inherit = lambda: None
+ enable_inherit = disable_inherit = lambda loop: None
9
10
from ..api import Gino as _Gino, GinoExecutor as _Executor
11
from ..engine import GinoConnection as _Connection, GinoEngine as _Engine
0 commit comments