commit | d479e23a1d408ab73e416f547003c4f7d9975081 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Sun Feb 28 11:28:19 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Feb 28 12:05:14 2016 +0900 |
tree | 9e919c0f372fb01f8029fd06fbe1180b4f5d5bd5 | |
parent | 2c5ed27a25087f541312d35938056890c4784fc6 [diff] [blame] |
THRIFT-3691 Run flake8 Python style check on Travis-CI Client: Build (Python) Patch: Nobuaki Sukegawa This closes #907
diff --git a/lib/py/test/thrift_json.py b/lib/py/test/thrift_json.py index 5ba7dd5..fc1e79c 100644 --- a/lib/py/test/thrift_json.py +++ b/lib/py/test/thrift_json.py
@@ -20,7 +20,7 @@ import sys import unittest -import _import_local_thrift +import _import_local_thrift # noqa from thrift.protocol.TJSONProtocol import TJSONProtocol from thrift.transport import TTransport