Skip to content

Commit

Permalink
chore: fix mypy errors in task-plugins/dioptra_builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
keithmanville committed Dec 23, 2024
1 parent 6e74940 commit aafff55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions task-plugins/dioptra_builtins/artifacts/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
from typing import Any, Callable, Dict, Optional, Union

import mlflow
import mlflow.log_artifact
import pandas as pd
import structlog
from mlflow.tracking import MlflowClient
Expand Down
1 change: 1 addition & 0 deletions task-plugins/dioptra_builtins/registry/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from typing import Optional

import mlflow
import mlflow.keras
import structlog
from mlflow.entities import Run as MlflowRun
from mlflow.entities.model_registry import ModelVersion
Expand Down
2 changes: 2 additions & 0 deletions task-plugins/dioptra_builtins/tracking/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
from typing import Dict

import mlflow
import mlflow.log_metric
import mlflow.log_param
import structlog
from structlog.stdlib import BoundLogger

Expand Down

0 comments on commit aafff55

Please sign in to comment.