fix: resolve all ruff lint errors
Some checks failed
CI / Test (push) Successful in 1m46s
CI / Lint (push) Failing after 1m49s
CI / Publish (push) Has been skipped
CI / Notify (push) Successful in 2s

This commit is contained in:
2026-02-13 10:57:57 -05:00
parent 6bcf84549c
commit 1c841729a0
9 changed files with 456 additions and 464 deletions

View File

@@ -8,12 +8,12 @@ import pytest
def test_package_imports() -> None:
"""All public symbols are importable."""
from mlflow_utils import ( # noqa: F401
InferenceMetricsTracker,
MLflowConfig,
MLflowTracker,
InferenceMetricsTracker,
ensure_experiment,
get_mlflow_client,
get_tracking_uri,
ensure_experiment,
)
@@ -48,8 +48,8 @@ def test_kfp_components_importable() -> None:
def test_model_registry_importable() -> None:
from mlflow_utils.model_registry import ( # noqa: F401
register_model_for_kserve,
generate_kserve_manifest,
register_model_for_kserve,
)