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