summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>2020-07-04 08:50:02 +0000
committerGitHub <noreply@github.com>2020-07-04 08:50:02 +0000
commitd1ab599bd4c48595829ec59ae3a381c08a46c6f6 (patch)
tree00e6119de6ae627e2548869d67689aa8449a26c7
parente20047e828fbc589f2caee2a06ed1c192ce0ce63 (diff)
downloadisort-deepsource-fix-55906627.tar.gz
Remove unused importsdeepsource-fix-55906627
-rwxr-xr-xscripts/build_profile_docs.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build_profile_docs.py b/scripts/build_profile_docs.py
index 99bc2a55..d86ed1c5 100755
--- a/scripts/build_profile_docs.py
+++ b/scripts/build_profile_docs.py
@@ -1,11 +1,7 @@
#! /bin/env python
import os
from typing import Any, Dict, Generator, Iterable, Type
-
-from isort._future import dataclass
-from isort.main import _build_arg_parser
from isort.profiles import profiles
-from isort.settings import _DEFAULT_SETTINGS as config
OUTPUT_FILE = os.path.abspath(
os.path.join(os.path.dirname(os.path.abspath(__file__)), "../docs/configuration/profiles.md")