From b2bc1d43a6ec1c19e9057ae30cd147226e11d745 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Fri, 8 Mar 2019 00:02:33 -0800 Subject: Fix syntax error --- isort/isort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1