Skip to content

Commit

Permalink
Merge pull request #639 from heavenshell/fix_flake8_error
Browse files Browse the repository at this point in the history
Fix Flake8 E275 error
  • Loading branch information
hhatto committed Aug 6, 2022
2 parents 74da7ae + 4dc2235 commit 6ece8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopep8.py
Expand Up @@ -3696,7 +3696,7 @@ def apply_global_fixes(source, options, where='global', filename='',
for code in ['E101', 'E111']):
source = reindent(source,
indent_size=options.indent_size,
leave_tabs=not(
leave_tabs=not (
code_match(
'W191',
select=options.select,
Expand Down

0 comments on commit 6ece8df

Please sign in to comment.