adamchainz / django-mysql

:dolphin: :horse: Extensions to Django for use with MySQL/MariaDB
https://django-mysql.readthedocs.io/
MIT License
568 stars 110 forks source link

Use isort to sort imports #1069

Closed adamchainz closed 7 months ago

adamchainz commented 7 months ago

Switching because reorder-python-imports is incompatible with Black 24: https://github.com/asottile/reorder-python-imports/issues/366 / https://github.com/psf/black/issues/4175 .