Skip to content

Commit 73c74f2

Browse files
authored
Make DispatchInfo components type: TargetComponent public (#160)
Make `TargetComponent` public
2 parents 55a32f9 + a791f43 commit 73c74f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/frequenz/dispatch/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
"""
1717

18-
from ._actor_dispatcher import ActorDispatcher, DispatchInfo
18+
from ._actor_dispatcher import ActorDispatcher, DispatchInfo, TargetComponents
1919
from ._bg_service import MergeStrategy
2020
from ._dispatch import Dispatch
2121
from ._dispatcher import Dispatcher
@@ -34,4 +34,5 @@
3434
"MergeStrategy",
3535
"MergeByType",
3636
"MergeByTypeTarget",
37+
"TargetComponents",
3738
]

0 commit comments

Comments
 (0)