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

Ensure stdlib imports are recognized #77

Closed ulope closed 8 years ago

ulope commented 8 years ago

This PR adds a test that ensures stdlib imports are recognized as such. It also fixes concurrent not being recognized as a stdlib import.

pgjones commented 8 years ago

Thanks, I will get to this, however the bug report is taking a little effort to fix.

ulope commented 8 years ago

Updated. The helper is a regular function now.