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

Backport of 28d998a41c 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
1 changed files with 2 additions and 2 deletions

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: