summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isort/isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/isort.py b/isort/isort.py
index 6b8a781e..5b35b0d5 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: