summaryrefslogtreecommitdiff
path: root/isort/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/compat.py')
-rw-r--r--isort/compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/compat.py b/isort/compat.py
index 6ea27d90..d3ea4ced 100644
--- a/isort/compat.py
+++ b/isort/compat.py
@@ -42,7 +42,7 @@ def read_file_contents(file_path: str, encoding: str, fallback_encoding: str) ->
return None, None
-def get_settings_path(settings_path: Optional[str], current_file_path: str) -> str:
+def get_settings_path(settings_path: Optional[str], current_file_path: Optional[str]) -> str:
if settings_path:
return settings_path