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

Support graphlib #184

Open vmarkovtsev opened 2 years ago

vmarkovtsev commented 2 years ago

graphlib is a new stdlib module since 3.9. flake8-import-order reports it as a third-party package.