Skip to content

Commit 743f901

Browse files
committed
Fix doc typo, Sanic without aiocontextvars and exclude tests from installation
1 parent 60c4773 commit 743f901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gino/ext/sanic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# noinspection PyPackageRequirements
66
from aiocontextvars import enable_inherit, disable_inherit
77
except ImportError:
8-
enable_inherit = disable_inherit = lambda: None
8+
enable_inherit = disable_inherit = lambda loop: None
99

1010
from ..api import Gino as _Gino, GinoExecutor as _Executor
1111
from ..engine import GinoConnection as _Connection, GinoEngine as _Engine

0 commit comments

Comments
 (0)