summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-08 00:51:21 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-08 00:51:21 -0800
commit08a0265a2258a2b8d7e3b9f959629d7d92134f5f (patch)
tree5a9a7bc8af724d1d75a082485d2441d744d8941c
parentffb4288cfb7ae7646ab9c5a84cc4167d4fcf3940 (diff)
downloadisort-08a0265a2258a2b8d7e3b9f959629d7d92134f5f.tar.gz
Fix formatting
-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: