google / pasta

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

Log a warning and skip when we find an import we can't find in scope #33

Closed akov closed 6 years ago

akov commented 6 years ago

This is a workaround for issue https://github.com/google/pasta/issues/32

soupytwist commented 6 years ago

Looks okay. Needs a real fix still, but I'm not sure how soon I'll get to it. Thanks