diff --git a/autopep8.py b/autopep8.py index 49170db8..23f4ab60 100755 --- a/autopep8.py +++ b/autopep8.py @@ -1033,8 +1033,7 @@ def fix_e702(self, result, logical): if self.options.verbose: print( '---> avoid fixing {error} with ' - 'other compound statements'.format(error=result['id'], - ine=result['line']), + 'other compound statements'.format(error=result['id']), file=sys.stderr ) return []