diff --git a/autopep8.py b/autopep8.py index 5e2a9fda..0ab760ea 100755 --- a/autopep8.py +++ b/autopep8.py @@ -758,7 +758,7 @@ def fix_e225(self, result): if not check_syntax(fixed.lstrip()): return errors = list( - pycodestyle.missing_whitespace_around_operator(fixed, ts)) + pycodestyle.missing_whitespace(fixed, ts)) for e in reversed(errors): if error_code != e[1].split()[0]: continue