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 3b3e864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -30,7 +30,7 @@
__all__ = [
'_',
"Fx",
"pipe",
"pipe", "Pipeable",
"across",
"group_by", "ungroup",
"select", "rename",
Expand Down

0 comments on commit 3b3e864

Please sign in to comment.