Skip to content

Commit

Permalink
Merge pull request #148 from rowillia/enable_fix_renames
Browse files Browse the repository at this point in the history
Enable `fix_renames` by default
  • Loading branch information
takluyver committed Nov 30, 2016
2 parents a42190d + 293ee63 commit 5cca54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmodernize/fixes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'lib2to3.fixes.fix_operator',
'lib2to3.fixes.fix_paren',
'lib2to3.fixes.fix_reduce',
'lib2to3.fixes.fix_renames',
'lib2to3.fixes.fix_repr',
'lib2to3.fixes.fix_set_literal',
'lib2to3.fixes.fix_standarderror',
Expand Down

0 comments on commit 5cca54d

Please sign in to comment.