Skip to content

Commit d211304

Browse files
committed
Rename files to match the new content
We don't plan to add more predicates for now, so we rename `_predicates.py` to `_with_previous.py` and `test_predicates_only_if_previous.py` to `test_with_previous.py`. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a570da6 commit d211304

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/frequenz/channels/experimental/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"""
1111

1212
from ._pipe import Pipe
13-
from ._predicates import WithPrevious
1413
from ._relay_sender import RelaySender
14+
from ._with_previous import WithPrevious
1515

1616
__all__ = [
1717
"WithPrevious",

0 commit comments

Comments
 (0)