Skip to content

Commit

Permalink
chore: re-add Pipeable import to top-level module
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Mar 27, 2023
1 parent efb2ef2 commit dad2134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siuba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__version__ = "0.4.2"

# default imports--------------------------------------------------------------
from .siu import _, Fx, Lam, pipe
from .siu import _, Fx, Lam, pipe, Pipeable
from .dply.across import across
from .dply.verbs import (
# Dply ----
Expand Down

0 comments on commit dad2134

Please sign in to comment.