Change some code in sanic aiomysql code

This commit is contained in:
lizheao 2017-03-15 14:42:22 +08:00
parent 97c2056e4a
commit cfc53d0d26

View File

@ -2,10 +2,10 @@
"""
You need the aiomysql
"""
import asyncio
import os
import aiomysql
from sanic import Sanic
from sanic.response import json