Skip to content

Commit

Permalink
Update test_autopep8.py after continued_indentation fix
Browse files Browse the repository at this point in the history
While I'm not a pep8-laywer, pycodestyle seems to allow either styles.
  • Loading branch information
yamt committed Feb 24, 2021
1 parent 4062dc6 commit 67f1956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_autopep8.py
Expand Up @@ -1329,7 +1329,7 @@ def test_e12_reindent_with_multiple_fixes(self):
sql = 'update %s set %s %s' % (from_table,
','.join(['%s=%s' % (col, col)
for col in cols]),
for col in cols]),
where_clause)
"""
with autopep8_context(line) as result:
Expand Down

0 comments on commit 67f1956

Please sign in to comment.