diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-07-01 01:41:55 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-07-01 01:41:55 -0700 |
| commit | 1e41f7a95459a500760cebe4ae47c935887f20b9 (patch) | |
| tree | 0fdbadf137c518b4424ed94eb0fbc8e107f9924a /scripts | |
| parent | 664aca3391cce27aa285c4d2e66e208b1483a783 (diff) | |
| download | isort-1e41f7a95459a500760cebe4ae47c935887f20b9.tar.gz | |
Add initial CLI usage documentation
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_profile_docs.py | 2 |
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 |
