Skip to content

Commit

Permalink
format: fix linter issue causing travis build failures (fix #1514) (#…
Browse files Browse the repository at this point in the history
…1515)

Signed-off-by: Harsha Narayana <[email protected]>
  • Loading branch information
harshanarayana authored and sjsadowski committed Mar 14, 2019
1 parent 2a15583 commit 269100e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic/testing.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from json import JSONDecodeError
from socket import socket

from sanic.exceptions import MethodNotSupported
from sanic.log import logger
from sanic.response import text
from socket import socket


HOST = "127.0.0.1"
Expand Down

0 comments on commit 269100e

Please sign in to comment.