Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: mlflow-automation <mlflow-automation@users.noreply.github.com>
  • Loading branch information
mlflow-automation committed Jan 12, 2024
1 parent 53aa0e3 commit 4964321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/projects/databricks.py
Expand Up @@ -7,6 +7,7 @@
import tempfile
import textwrap
import time
from shlex import quote

from mlflow import tracking
from mlflow.entities import RunStatus
Expand All @@ -22,7 +23,6 @@
MLFLOW_DATABRICKS_SHELL_JOB_RUN_ID,
MLFLOW_DATABRICKS_WEBAPP_URL,
)
from shlex import quote
from mlflow.utils.uri import is_databricks_uri, is_http_uri
from mlflow.version import VERSION, is_release_version

Expand Down

0 comments on commit 4964321

Please sign in to comment.