Skip to content

Commit

Permalink
remove not needed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Feb 25, 2017
1 parent 6129dac commit 9a2bcf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autopep8.py
Expand Up @@ -633,7 +633,6 @@ def fix_e131(self, result):
target = self.source[line_index]

spaces_to_add = num_indent_spaces - len(_get_indentation(target))
modified_lines = []

if spaces_to_add >= 0:
self.source[line_index] = (' ' * spaces_to_add +
Expand Down

0 comments on commit 9a2bcf5

Please sign in to comment.