diff options
Diffstat (limited to 'tools/lintstack.py')
| -rwxr-xr-x | tools/lintstack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lintstack.py b/tools/lintstack.py index 2697776..e0cfc28 100755 --- a/tools/lintstack.py +++ b/tools/lintstack.py @@ -16,13 +16,13 @@ """pylint error checking.""" +from io import StringIO import json import re import sys from pylint import lint from pylint.reporters import text -from six.moves import cStringIO as StringIO ignore_codes = [ # Note(maoy): E1103 is error code related to partial type inference |
