Skip to content

Commit

Permalink
Tests: Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 9, 2023
1 parent 36c6def commit ade3468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
from mlflow.utils.time_utils import get_current_time_millis
from mlflow.utils.uri import extract_db_type_from_uri

from mlflow_cratedb.adapter.db import CRATEDB
from mlflow_cratedb.patch.mlflow.db_types import CRATEDB
from .abstract import AbstractStoreTest
from .util import invoke_cli_runner, assert_dataset_inputs_equal

Expand Down

0 comments on commit ade3468

Please sign in to comment.