Merge pull request #1175 from PyManiacGR/patch-1

Fix try_everything example.
This commit is contained in:
Raphael Deem 2018-03-28 00:41:07 -07:00 committed by GitHub
commit 8a07463a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import os
from sanic import Sanic
from sanic.log import log
from sanic.log import logger as log
from sanic import response
from sanic.exceptions import ServerError