mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-02 21:39:21 +08:00
Remove the strange return values from visi_leaf.
This commit is contained in:
@@ -367,8 +367,6 @@ 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