-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(sdk): Remove the (<type>)
from docstring args.
#10159
Conversation
Remote the ` (<type>)` from the docstring args, which are redundant since there are type annotations.
function (str, optional): The function name to compile. | ||
read (bool): Whether the pipeline/component supports deserialization from YAML (IR, except for V1 component YAML back compatability tests). | ||
write (bool): Whether the pipeline/component supports compilation from a Python file. | ||
name : '{test_group_name}-{test_case_name}'. Useful for print statements/debugging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we trim the leading space before the colon :
-> :
? (ref: Google Python Style Guide)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Thank you!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: connor-mccarthy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
(<type>)
from docstring args. (<type>)
from docstring args.
* chore(sdk): Remove the ` (<type>)`from docstring args. Remote the ` (<type>)` from the docstring args, which are redundant since there are type annotations. * Trim the unnecessary leading space.
Description of your changes:
(<type>)
from the docstring args, which are redundant since there are type annotations.Checklist: