markbaas / atom-python-autopep8

MIT License
9 stars 6 forks source link

import rearrangement #26

Open janomuro opened 4 years ago

janomuro commented 4 years ago

I have a problem that I need to import some modules not at the beginning of the module. The autopep8 is always rearranging them to the top which is not correct. I thought that it should not do the correction in this cases or there should be an option to disable this correction. Thanks a lot

mjsielerjr commented 4 years ago

I have also witnessed this issue when working with Django.