mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-28 13:52:30 +08:00
Small whitespace change.
This commit is contained in:
@@ -613,7 +613,7 @@ class _FutureImportRule(SyntaxRule):
|
||||
if self._normalizer.version >= (3, 5):
|
||||
allowed_futures.append('generator_stop')
|
||||
|
||||
if name== 'braces':
|
||||
if name == 'braces':
|
||||
self.add_issue(node, message = "not a chance")
|
||||
elif name == 'barry_as_FLUFL':
|
||||
m = "Seriously I'm not implementing this :) ~ Dave"
|
||||
|
||||
Reference in New Issue
Block a user