diff --git a/parso/python/errors.py b/parso/python/errors.py index 82e6878..6529656 100644 --- a/parso/python/errors.py +++ b/parso/python/errors.py @@ -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"