1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Updated isort URL to new location.

This commit is contained in:
Jon Dufresne 2020-12-20 02:00:28 -08:00 committed by GitHub
parent 9ef0394b54
commit 28d998a41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,8 +125,8 @@ Python style
Imports
=======
* Use `isort <https://github.com/timothycrosley/isort#readme>`_ to automate
import sorting using the guidelines below.
* Use `isort <https://github.com/PyCQA/isort#readme>`_ to automate import
sorting using the guidelines below.
Quick start: