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/test/features/string_limit.py b/test/features/string_limit.py index 3c68b3e..695d965 100644 --- a/test/features/string_limit.py +++ b/test/features/string_limit.py
@@ -4,7 +4,7 @@ import sys from util import add_common_args, init_protocol -from local_thrift import thrift +from local_thrift import thrift # noqa from thrift.Thrift import TMessageType, TType