Conversation
Remove unused parameter 'prefer_interpreter_completion' from docstring. Signed-off-by: Alma Faris <almazaf19@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
I have read the CLA Document and I hereby sign the CLA
…On Fri, 18 Sept 2026 at 11:09, github-actions[bot] ***@***.***> wrote:
*github-actions[bot]* left a comment (marimo-team/marimo#10896)
<#10896 (comment)>
Thank you for your submission, we really appreciate it. Like many
open-source projects, we ask that you sign our Contributor License
Agreement <https://marimo.io/cla> before we can accept your contribution.
You can sign the CLA by just posting a Pull Request Comment same as the
below format.
------------------------------
I have read the CLA Document and I hereby sign the CLA
------------------------------
You can retrigger this bot by commenting *recheck* in this Pull Request. Posted
by the *CLA Assistant Lite bot*.
—
Reply to this email directly, view it on GitHub
<#10896?email_source=notifications&email_token=ALWE2YSQFHBSJUMSEL5M3UL5PTUVDA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNZSG4YTKNBQGUYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-5727154050>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALWE2YSNZOUDKQBWF435WZT5PTUVDAVCNFSNUABFKJSXA33TNF2G64TZHM3DOOBVGI3DCNJWHNEXG43VMU5TKNBZG4ZDMNJVGE3KC5QC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary
The
Args:section ofcomplete()inmarimo/_runtime/complete.pydocuments aprefer_interpreter_completionparameter that is not in the function signature and is not referenced anywhere else in the repository (grep -rn prefer_interpreterreturns only that docstring line). This removes the stale line so the docstring matches the signature.Docstring only, one line removed, no behaviour change.
🔍 Description of Changes
marimo/_runtime/complete.py: drop theprefer_interpreter_completionentry from thecomplete()docstring.✅ Verification
ruff check marimo/_runtime/complete.pyandruff format --check marimo/_runtime/complete.pypass with ruff 0.16.8 (the version pinned inpyproject.toml).complete()or inCodeCompletionCommand.📋 Pre-Review Checklist
✅ Merge Checklist