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 dateutil to STDLIB_NAMES #156

Closed gaul closed 6 years ago

pgjones commented 6 years ago

I don't think dateutil is in the standard library, rather it is a a PyPI installable project.

gaul commented 6 years ago

Sorry you are right; I misunderstood what was installed in a fresh virtualenv.