Skip to content
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

Fix docstrings in mlflow/tracing #12082

Closed
harupy opened this issue May 21, 2024 · 1 comment · Fixed by #12083
Closed

Fix docstrings in mlflow/tracing #12082

harupy opened this issue May 21, 2024 · 1 comment · Fixed by #12083
Labels
has-closing-pr This issue has a closing PR

Comments

@harupy
Copy link
Member

harupy commented May 21, 2024

The following file contains incorrect docstrings. We want to fix them.

mlflow/tracing/export/inference_table.py:52:9: D417 Missing argument description in the docstring for `export`: `root_spans`
mlflow/tracing/export/mlflow.py:44:9: D417 Missing argument description in the docstring for `export`: `root_spans`
mlflow/tracing/provider.py:35:5: D417 Missing argument description in the docstring for `start_detached_span`: `experiment_id`
mlflow/tracing/utils.py:122:5: D417 Missing argument description in the docstring for `deduplicate_span_names_in_place`: `spans`
@github-actions github-actions bot added the has-closing-pr This issue has a closing PR label May 21, 2024
@harupy
Copy link
Member Author

harupy commented May 21, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-closing-pr This issue has a closing PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant