[gardening] Fix several python-lint warnings

This commit is contained in:
Alex Hoppen
2019-10-25 11:57:37 -07:00
parent 7ed085cb55
commit 46501b881f
7 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
from __future__ import print_function
import sys # noqa: I201
from kinds import SYNTAX_BASE_KINDS, kind_to_type, lowercase_first_word