Skip to content

Commit 1d9fc31

Browse files
Make TargetComponents public
Because it is used in other code. Signed-off-by: Elzbieta Kotulska <[email protected]>
1 parent 1954f92 commit 1d9fc31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/frequenz/client/dispatch/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"""Dispatch API client for Python."""
55

66
from ._client import DispatchApiClient
7+
from .types import TargetComponents
78

8-
__all__ = ["DispatchApiClient"]
9+
__all__ = ["DispatchApiClient", "TargetComponents"]

0 commit comments

Comments
 (0)