summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-12-18 23:31:33 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-12-18 23:31:33 -0800
commit1a78b0427517a3f8df34a32c502a0e75c3fe17e3 (patch)
tree29af60eaa329df3a4df2ea410f4ef22ca45eabc8
parent8629b02f3ee801a8def506f3cedae3ecbd8aeb8c (diff)
downloadisort-1a78b0427517a3f8df34a32c502a0e75c3fe17e3.tar.gz
Fix signature
-rw-r--r--isort/parse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/parse.py b/isort/parse.py
index 2671bd83..96dd7d89 100644
--- a/isort/parse.py
+++ b/isort/parse.py
@@ -81,7 +81,7 @@ def skip_line(
in_quote: str,
index: int,
section_comments: List[str],
-) -> Tuple[bool, str, bool, int, int]:
+) -> Tuple[bool, str]:
"""Determine if a given line should be skipped.
Returns back a tuple containing: