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

Use enumerate(..., start=1) to generate lineno #144

Closed jparise closed 6 years ago

pgjones commented 6 years ago

Thanks