Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Mar 22, 2021
1 parent 9c8a2a3 commit 3fa76c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
)
from sanic_testing.testing import SanicTestClient

from sanic import Blueprint, Sanic, response
from sanic import Blueprint, Sanic
from sanic.constants import HTTP_METHODS
from sanic.exceptions import NotFound, SanicException
from sanic.request import Request
Expand Down

0 comments on commit 3fa76c0

Please sign in to comment.