Skip to content

Commit

Permalink
clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
subyraman committed Feb 21, 2017
1 parent 8b23dec commit fa13ad8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions sanic/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import asyncio
from mimetypes import guess_type
from os import path
from inspect import isawaitable
from ujson import dumps as json_dumps

from aiofiles import open as open_async
Expand Down
1 change: 0 additions & 1 deletion sanic/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

from sanic.log import log
from sanic.request import Request
from sanic.response import StreamingHTTPResponse
from sanic.exceptions import (
RequestTimeout, PayloadTooLarge, InvalidUsage, ServerError)

Expand Down

0 comments on commit fa13ad8

Please sign in to comment.