You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve MLflow provider code based on PR feedback
- refactor: simplify MLflow provider documentation per upstream feedback
- refactor: improve import handling with module-level imports
- refactor: use proper typing instead of type: ignore for mlflow client
- refactor: use .split() instead of magic number [5:] for clarity
- chore: remove manual test script per upstream request
Changes:
- Move mlflow imports to module level with graceful fallback
- Replace with proper typing
- Remove 7 duplicate imports throughout methods
- Use for better readability
- Simplify documentation to essential information only
Signed-off-by: William Caban <[email protected]>
0 commit comments