aboutsummaryrefslogtreecommitdiff
path: root/python/python3-isort/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-12-20 18:46:01 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-23 10:11:51 +0700
commit6a601a367f238a94524f5f33ba76aece0ecf8fc0 (patch)
tree5a7ba9c78b6a11b9ab2372731f2451268a604756 /python/python3-isort/README
parent951cb40ed8eb0f73ba13c923dea9749fdd60c064 (diff)
python/python3-isort: Updated for version 5.11.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-isort/README')
-rw-r--r--python/python3-isort/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python3-isort/README b/python/python3-isort/README
index 34feffb970..5369c75f88 100644
--- a/python/python3-isort/README
+++ b/python/python3-isort/README
@@ -2,6 +2,3 @@ isort is a Python utility/library to sort imports alphabetically, and
automatically separated into sections. It provides a command line
utility, Python library and plugins for various editors to quickly sort
all your imports.
-
-This Python 3 version of the isort package doesn't contain the command
-line utility. Install Python 2 isort package to get the utility.