diff options
Diffstat (limited to 'python/isort/README')
-rw-r--r-- | python/isort/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/isort/README b/python/isort/README new file mode 100644 index 0000000000..5369c75f88 --- /dev/null +++ b/python/isort/README @@ -0,0 +1,4 @@ +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. |