diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-07-04 03:21:22 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-07-04 03:21:22 -0700 |
| commit | 5325832ef78a98e4a6445a0a68a2d4cdf93d5f5b (patch) | |
| tree | 2e3ed0b61d48e3e4dc7d881dcb47119a4db90aff /scripts | |
| parent | d953a69237c69646908c4acd0633f738fd38b8d0 (diff) | |
| download | isort-5325832ef78a98e4a6445a0a68a2d4cdf93d5f5b.tar.gz | |
Fix formatting of build_profile_docs5.0.2
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_profile_docs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build_profile_docs.py b/scripts/build_profile_docs.py index d86ed1c5..1d09ae7a 100755 --- a/scripts/build_profile_docs.py +++ b/scripts/build_profile_docs.py @@ -1,6 +1,7 @@ #! /bin/env python import os from typing import Any, Dict, Generator, Iterable, Type + from isort.profiles import profiles OUTPUT_FILE = os.path.abspath( |
