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 ability to use tabs as indentation character #51

Closed cushy007 closed 6 years ago

cushy007 commented 6 years ago

By the way, I have have fixed and written a test for the get_style_from_config() method that did not work with Python 2.

alecthomas commented 6 years ago

Thanks!