summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-06-30 23:11:22 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-06-30 23:11:22 -0700
commit91b03ad71dde0c0357d56f7f3ecc8cda04ef2e27 (patch)
tree179827f5a8a1dcb0c68ce2375c2daea24e18dfe8 /scripts
parent35c1f7030760bcd2d752dffb5598cee9050efed2 (diff)
downloadisort-91b03ad71dde0c0357d56f7f3ecc8cda04ef2e27.tar.gz
Fix problems found by deepsource
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_config_option_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_config_option_docs.py b/scripts/build_config_option_docs.py
index 1a17a6e1..11c2b1a6 100755
--- a/scripts/build_config_option_docs.py
+++ b/scripts/build_config_option_docs.py
@@ -2,7 +2,7 @@
import os
from typing import Any, Generator, Iterable, Type
-from isort._future import dataclass, field
+from isort._future import dataclass
from isort.main import _build_arg_parser
from isort.settings import _DEFAULT_SETTINGS as config