mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-02 21:39:21 +08:00
Add 'continue' not properly in loop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user