Skip to content

Commit d46f36f

Browse files
committed
Rename the util._select module to util._selector
This is to match the main contents of the module, the `Selector` class. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 6e9303f commit d46f36f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/frequenz/channels/util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from ._file_watcher import FileWatcher
3232
from ._merge import Merge
3333
from ._merge_named import MergeNamed
34-
from ._select import (
34+
from ._selector import (
3535
Selected,
3636
SelectError,
3737
SelectErrorGroup,
File renamed without changes.

0 commit comments

Comments
 (0)