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