Skip to content

Commit 7a01826

Browse files
committed
Try removing return type
1 parent c44fcbb commit 7a01826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_markdown_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def _handle_error():
158158
return _task
159159

160160
@property
161-
def latest_stream(self) -> reactive.ExtendedTask[[], str]:
161+
def latest_stream(self):
162162
"""
163163
React to changes in the latest stream.
164164

0 commit comments

Comments
 (0)