Skip to content

Commit

Permalink
fix pipeline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 8, 2025
1 parent 31c0f34 commit 42a06c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lenskit/tests/pipeline/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

from pytest import raises, warns

from lenskit.pipeline import InputNode, Node, Pipeline, PipelineError
from lenskit.pipeline import Pipeline, PipelineError
from lenskit.pipeline.nodes import InputNode, Node
from lenskit.pipeline.types import TypecheckWarning


Expand Down
4 changes: 2 additions & 2 deletions lenskit/tests/pipeline/test_save_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

from pytest import fail, warns

from lenskit.pipeline import InputNode, Node, Pipeline, PipelineWarning
from lenskit.pipeline import Pipeline, PipelineWarning
from lenskit.pipeline.components import Component
from lenskit.pipeline.config import PipelineConfig
from lenskit.pipeline.nodes import ComponentNode
from lenskit.pipeline.nodes import ComponentNode, InputNode

_log = logging.getLogger(__name__)

Expand Down

0 comments on commit 42a06c8

Please sign in to comment.