Skip to content

Commit 13634eb

Browse files
author
henrychoy
committed
chore: run lint again after moving mlflow
1 parent c02279e commit 13634eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/dioptra/restapi/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from boto3.session import Session
2424
from botocore.client import BaseClient
2525
from injector import Binder, Module, provider
26+
from mlflow import MlflowClient
2627
from passlib.context import CryptContext
2728
from redis import Redis
2829

@@ -33,7 +34,6 @@
3334
)
3435
from dioptra.restapi.v1.shared.password_service import PasswordService
3536
from dioptra.restapi.v1.shared.rq_service import RQServiceV1
36-
from mlflow import MlflowClient
3737

3838

3939
class JobRunStoreModule(Module):

src/dioptra/sdk/utilities/run_dioptra_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
cast,
3030
)
3131

32+
import mlflow
3233
import structlog
3334
import yaml
3435
from structlog.stdlib import BoundLogger
3536

36-
import mlflow
3737
from dioptra.client import DioptraClient, connect_json_dioptra_client
3838
from dioptra.client.base import StatusCodeError
3939
from dioptra.client.utils import FileTypes

0 commit comments

Comments
 (0)