Skip to content

Commit

Permalink
Expose pipable operator at package level
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Sep 28, 2023
1 parent d114bc3 commit 46ddb24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aiostream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@

from . import stream, pipe
from .aiter_utils import async_, await_
from .core import StreamEmpty, operator, streamcontext
from .core import StreamEmpty, operator, pipable_operator, streamcontext

__all__ = [
"stream",
"pipe",
"async_",
"await_",
"operator",
"pipable_operator",
"streamcontext",
"StreamEmpty",
]

0 comments on commit 46ddb24

Please sign in to comment.