1
0
mirror of https://github.com/django/django.git synced 2025-07-16 07:39:12 +00:00

[3.1.x] Updated isort URL to new location.

Backport of 28d998a41c92bdac8eeae6509ecc87ed044b30d0 from master
This commit is contained in:
Jon Dufresne 2020-12-20 02:00:28 -08:00 committed by Carlton Gibson
parent b044b417d2
commit 915fe98bdc

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: