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

import typing not considered part of standard library #66

Closed Korijn closed 8 years ago

Korijn commented 8 years ago

The typing module that is part of the standard library as of Python 3.5 is not recognized as being part of the standard library: flake8-import-order is indicating that it belongs to the 3rd party module groups, under google import styling.

pgjones commented 8 years ago

This has been fixed in master, e59ca76002dabfac9d70170b01d78cc5b98759ab and will be part of the next release. I'll leave this open for others to reference until the release.

Korijn commented 8 years ago

Awesome, thanks for the info.

pgjones commented 8 years ago

Released now.