Skip to content

Commit

Permalink
Rename files to match the new content
Browse files Browse the repository at this point in the history
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 <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Dec 4, 2024
1 parent fb8b8d7 commit 31e7e63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frequenz/channels/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"""

from ._pipe import Pipe
from ._predicates import WithPrevious
from ._relay_sender import RelaySender
from ._with_previous import WithPrevious

__all__ = [
"WithPrevious",
Expand Down
File renamed without changes.

0 comments on commit 31e7e63

Please sign in to comment.