summaryrefslogtreecommitdiff
path: root/isort/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/settings.py')
-rw-r--r--isort/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/isort/settings.py b/isort/settings.py
index c2cd9624..d1fba4c2 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -212,6 +212,7 @@ class _Config:
overwrite_in_place: bool = False
reverse_sort: bool = False
star_first: bool = False
+ import_dependencies = Dict[str, str]
def __post_init__(self):
py_version = self.py_version