Skip to content

Commit b4562c2

Browse files
committed
Hide frequenz.sdk.api_client
This module is still not stabilized and unused. For now it is hidden but it might be removed at some point. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7627507 commit b4562c2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

tests/api_client/test_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from abc import abstractmethod
77
from typing import Any
88

9-
from frequenz.sdk.api_client import ApiClient, ApiProtocol
9+
from frequenz.sdk._api_client import ApiClient, ApiProtocol
1010

1111

1212
class FakeApiClient(ApiClient):

0 commit comments

Comments
 (0)