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 zoneinfo package to stdlib.py #185

Closed sminozhenko closed 2 years ago

sminozhenko commented 2 years ago

Hi,

zoneinfo is a standard package from Python 3.9 (https://docs.python.org/3/library/zoneinfo.html). It would be nice to add it to standard package list

sminozhenko commented 2 years ago

Closed as duplicate of #176