Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion marimo/_runtime/complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ def complete(
docstrings_limit: Limit past which we won't attempt to fetch type hints
and docstrings
timeout: Timeout after which we'll stop fetching type hints/docstrings
prefer_interpreter_completion: Whether to prefer interpreter completion
"""
if not request.document.strip():
_write_no_completions(stream, request.id)
Expand Down
Loading