Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
azuur committed Feb 5, 2024
1 parent 71a4e1e commit acbebd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml_pipelines/deployment/aws/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

import typer

from ml_pipelines.deployment.common.serve import run_serve
from ml_pipelines.deployment.local.io import (
from ml_pipelines.deployment.aws.io import (
get_best_version,
get_latest_version,
get_train_artifacts,
prediction_logging_func,
)
from ml_pipelines.deployment.common.serve import run_serve


def main(
Expand Down

0 comments on commit acbebd4

Please sign in to comment.