diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-12-20 02:00:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-20 11:00:28 +0100 |
| commit | 28d998a41c92bdac8eeae6509ecc87ed044b30d0 (patch) | |
| tree | deae6405e2bbd18b45cf3d85f69b18ec58bcbf32 /docs | |
| parent | 9ef0394b5413b702d2bfc7f151d565982fe29837 (diff) | |
Updated isort URL to new location.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/coding-style.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index dcbef85bb7..0c91f20268 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -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: |
