Skip to content

Commit

Permalink
Add missing mlflow.version import to sagemaker module (mlflow#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbczumar authored and smurching committed Aug 1, 2018
1 parent 1480e60 commit e2701ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlflow/sagemaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import base64
import boto3
import mlflow
import mlflow.version
from mlflow import pyfunc
from mlflow.models import Model
from mlflow.tracking import _get_model_log_dir
Expand Down

0 comments on commit e2701ab

Please sign in to comment.