alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

Add support for parentheses wrapped multiline imports and configuring the max line witdh #17

Closed whirm closed 9 years ago

whirm commented 9 years ago

Closes #15

Let me know if you prefer two separate pull requests instead.

alecthomas commented 9 years ago

This is really great, thanks for the PR.

whirm commented 9 years ago

Happy to contribute :D