We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a32f9 + a791f43 commit 73c74f2Copy full SHA for 73c74f2
src/frequenz/dispatch/__init__.py
@@ -15,7 +15,7 @@
15
16
"""
17
18
-from ._actor_dispatcher import ActorDispatcher, DispatchInfo
+from ._actor_dispatcher import ActorDispatcher, DispatchInfo, TargetComponents
19
from ._bg_service import MergeStrategy
20
from ._dispatch import Dispatch
21
from ._dispatcher import Dispatcher
@@ -34,4 +34,5 @@
34
"MergeStrategy",
35
"MergeByType",
36
"MergeByTypeTarget",
37
+ "TargetComponents",
38
]
0 commit comments