MLFlowClient.jl
MLFlowClient.jl copied to clipboard
Improve documentation clarity for `tags` variable and update type in function definition.
Summary:
- Clarified the expected structure and content of the
tagsvariable in the documentation.
Changes:
- Initially changed the type declaration of
tagsin the first commit, which caused errors in the test. - Reverted the type declaration to maintain consistency with the library's style.
Notes:
- The type declaration was omitted to avoid test errors and adhere to the existing style of the library.
@pebeto Do you have the possiblity to finish this review?
LGTM.