summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-07-01 01:41:55 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-07-01 01:41:55 -0700
commit1e41f7a95459a500760cebe4ae47c935887f20b9 (patch)
tree0fdbadf137c518b4424ed94eb0fbc8e107f9924a /scripts
parent664aca3391cce27aa285c4d2e66e208b1483a783 (diff)
downloadisort-1e41f7a95459a500760cebe4ae47c935887f20b9.tar.gz
Add initial CLI usage documentation
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_profile_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_profile_docs.py b/scripts/build_profile_docs.py
index e0a86f89..30604c69 100755
--- a/scripts/build_profile_docs.py
+++ b/scripts/build_profile_docs.py
@@ -1,6 +1,6 @@
#! /bin/env python
import os
-from typing import Any, Generator, Iterable, Type, Dict
+from typing import Any, Dict, Generator, Iterable, Type
from isort._future import dataclass
from isort.main import _build_arg_parser