Add 'continue' not properly in loop

This commit is contained in:
Dave Halter
2017-07-19 23:52:41 +02:00
parent 4f7d78716a
commit 4a86571b21
4 changed files with 15 additions and 0 deletions

View File

@@ -367,6 +367,8 @@ class PEP8Normalizer(ErrorFinder):
self._previous_leaf = leaf
return leaf.value
def _visit_part(self, part, spacing, leaf):
value = part.value
type_ = part.type