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

I101 error even though it is the suggested order #48

Closed ingwinlu closed 9 years ago

ingwinlu commented 9 years ago

not sure if a dup of #44 but for completeness:

pelican/tests/test_settings.py:11:1: I101 Imported names are in the wrong order. Should be configure_settings, DEFAULT_CONFIG, DEFAULT_THEME, read_settings

but

 11 from pelican.settings import (configure_settings, DEFAULT_CONFIG,
 12                               DEFAULT_THEME, read_settings)
ingwinlu commented 9 years ago

issue fixed in master