summaryrefslogtreecommitdiff
path: root/isort/isort.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/isort.py')
-rw-r--r--isort/isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/isort.py b/isort/isort.py
index a240a015..880952e0 100644
--- a/isort/isort.py
+++ b/isort/isort.py
@@ -193,7 +193,7 @@ class _SortImports(object):
def _add_comments(
self,
- comments: Sequence[str],
+ comments: Optional[Sequence[str]],
original_string: str = ""
) -> str:
"""