Skip to content

Commit 068b6a9

Browse files
committed
Refactor: split asyncpg_delegate.py into 3 files, partially rewritten
1 parent 56c806c commit 068b6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gino/ext/sanic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from ..declarative import Gino as _Gino
1+
from .. import api
22
from ..local import enable_task_local, disable_task_local
33

44

55
# noinspection PyClassHasNoInit
6-
class Gino(_Gino):
6+
class Gino(api.Gino):
77
"""Support Sanic web server.
88
99
By :meth:`init_app` GINO registers a few hooks on Sanic, so that GINO could

0 commit comments

Comments
 (0)