Skip to content

Commit

Permalink
_plan: removes unused Source global type
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Nov 19, 2023
1 parent 2b8dccb commit b0e9be7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kioss/_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

T = TypeVar("T")
R = TypeVar("R")
Source = Callable[[], Iterator[T]]


class APipe(Iterable[T], ABC):
Expand Down

0 comments on commit b0e9be7

Please sign in to comment.