PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Add handling for "from .. import Z" #6

Closed untitaker closed 10 years ago

public commented 10 years ago

Looks good. I'll try this out on the pyca/cryptography code base before I merge it :) Thanks for the contribution!

untitaker commented 10 years ago

Well, at least it doesn't crash anymore. I am not sure how it behaves re alphabetization.

public commented 10 years ago

Thanks for the PR :) Will do a release this weekend.