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 077bafd commit 1c1b1f5Copy full SHA for 1c1b1f5
gino/ext/tornado.py
@@ -167,7 +167,7 @@ async def get(self, uid):
167
# noinspection PyPackageRequirements
168
from aiocontextvars import enable_inherit as _enable_inherit
169
except ImportError:
170
- _enable_inherit = lambda: None # NOQA
+ _enable_inherit = lambda _: None # NOQA
171
172
from ..api import Gino as _Gino, GinoExecutor as _Executor
173
from ..engine import GinoConnection as _Connection, GinoEngine as _Engine
0 commit comments