Skip to content

Commit

Permalink
Merge pull request #1175 from PyManiacGR/patch-1
Browse files Browse the repository at this point in the history
Fix try_everything example.
  • Loading branch information
r0fls authored Mar 28, 2018
2 parents 79df52e + 2995b23 commit 8a07463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/try_everything.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8a07463

Please sign in to comment.