Skip to content

Commit

Permalink
fix bad test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Oct 30, 2018
1 parent 3ee21b2 commit a394ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_baselines.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pytest import approx

import lk_test_utils as lktu
from lk_test_utils import ml_pandas, tmp_path
from lk_test_utils import ml_pandas

_log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_batch_sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas as pd
import numpy as np

from lk_test_utils import ml_pandas, tmp_path
from lk_test_utils import ml_pandas

from lenskit import batch, crossfold as xf
from lenskit.algorithms.basic import Bias, Popular
Expand Down

0 comments on commit a394ac9

Please sign in to comment.