summaryrefslogtreecommitdiff
path: root/isort/isort.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/isort.py')
-rw-r--r--isort/isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/isort.py b/isort/isort.py
index 19bdceb2..8024e347 100644
--- a/isort/isort.py
+++ b/isort/isort.py
@@ -69,7 +69,7 @@ class SortImports(object):
show_diff: bool = False,
settings_path: Optional[str] = None,
ask_to_apply: bool = False,
- run_path: str='',
+ run_path: str = '',
check_skip: bool = True,
**setting_overrides: Any
) -> None: