google / pasta

Library to refactor python code through AST manipulation.
Apache License 2.0
341 stars 40 forks source link

Fix formatting bug + turn on disabled test #11

Closed soupytwist closed 6 years ago

soupytwist commented 6 years ago

The main issue is in line 165 on annotate.py with the extra suffix being put on the right operand of a BinOp, even though it is an expression (no newlines after).