Skip to content

Commit

Permalink
tests: add noqa to suppress E402
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsudip committed May 28, 2020
1 parent 094b747 commit 8d2e8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
thriftpy2.install_import_hook() # noqa

from thriftpy2.http import make_server, make_client, client_context # noqa
from thriftpy2.thrift import TApplicationException
from thriftpy2.thrift import TApplicationException # noqa


addressbook = thriftpy2.load(os.path.join(os.path.dirname(__file__),
Expand Down

0 comments on commit 8d2e8e1

Please sign in to comment.