mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-23 12:41:43 +08:00
flake8 changes
This commit is contained in:
@@ -71,7 +71,7 @@ def split_prefix(leaf, start_pos):
|
||||
value = spacing = ''
|
||||
bom = False
|
||||
while start != len(leaf.prefix):
|
||||
match =_regex.match(leaf.prefix, start)
|
||||
match = _regex.match(leaf.prefix, start)
|
||||
spacing = match.group(1)
|
||||
value = match.group(2)
|
||||
if not value:
|
||||
|
||||
Reference in New Issue
Block a user