Skip to content

Commit 7c7706a

Browse files
committed
docs(Widget): remove outdated return header from set_loading method docstring
This method was updated to use a different mechanism since its original implementation and the docstring remained unchanged.
1 parent a3f7b98 commit 7c7706a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/textual/widget.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,6 @@ def set_loading(self, loading: bool) -> None:
957957
958958
Args:
959959
loading: `True` to put the widget into a loading state, or `False` to reset the loading state.
960-
961-
Returns:
962-
An optional awaitable.
963960
"""
964961
LOADING_INDICATOR_CLASS = "-textual-loading-indicator"
965962
if loading:

0 commit comments

Comments
 (0)