Skip to content

Commit

Permalink
fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Aug 2, 2024
1 parent 2a43515 commit 23c8f07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lenskit/lenskit/pipeline/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@

from typing_extensions import Generic, TypeVar

from lenskit.pipeline.types import TypecheckWarning

from .components import Component
from .types import TypecheckWarning

# Nodes are (conceptually) immutable data containers, so Node[U] can be assigned
# to Node[T] if U ≼ T.
Expand Down

0 comments on commit 23c8f07

Please sign in to comment.