Skip to content

Commit

Permalink
remove unnecessary format's argument
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Apr 11, 2020
1 parent 8aece2d commit c1f66e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autopep8.py
Expand Up @@ -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 []
Expand Down

0 comments on commit c1f66e8

Please sign in to comment.