summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-08 00:02:33 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-08 00:02:33 -0800
commitb2bc1d43a6ec1c19e9057ae30cd147226e11d745 (patch)
tree4413aacdbc2261b462cd195e47495a0cf5de9329
parent16025e8b23116ab697247f6ac33b05c8a6fdbc77 (diff)
downloadisort-b2bc1d43a6ec1c19e9057ae30cd147226e11d745.tar.gz
Fix syntax error
-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: