Skip to content

Commit 53f9c72

Browse files
wwwjfyfantix
authored andcommitted
fix python-gino/gino#486, add Starlette support
1 parent 61cf256 commit 53f9c72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gino/ext/quart.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import asyncio
22

3+
# noinspection PyPackageRequirements
34
from quart import Quart, request
5+
# noinspection PyPackageRequirements
46
from quart.exceptions import NotFound
57
from sqlalchemy.engine.url import URL
68

0 commit comments

Comments
 (0)