Skip to content

Commit 8b6c5a7

Browse files
committed
mypy
1 parent 0f58896 commit 8b6c5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/ext/autodoc/_documenters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def add_content(self, more_content: StringList | None) -> None:
550550
processed_doc = StringList(
551551
list(
552552
self._process_docstrings(
553-
self._get_docstrings() or (),
553+
self._get_docstrings() or [],
554554
events=self._events,
555555
props=self.props,
556556
obj=self.props._obj,

0 commit comments

Comments
 (0)