[Gardening] Per precedent, suppress I201 warning

This commit is contained in:
Pavol Vaskovic
2018-11-28 17:12:13 +01:00
parent 53cd115b0e
commit 98522c51d6
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
from Node import error
from kinds import lowercase_first_word
from kinds import lowercase_first_word # noqa: I201
class SyntaxClassification(object):