Skip to content

Commit b852302

Browse files
committed
Rename module metadata to _metadata
All the other modules are private, so there is no reason why this shouldn't be either. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent cbfbdc9 commit b852302

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/frequenz/client/microgrid/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
)
4949
from ._connection import Connection
5050
from ._constants import RECEIVER_MAX_SIZE
51+
from ._metadata import Location, Metadata
5152
from ._retry import LinearBackoff, RetryStrategy
52-
from .metadata import Location, Metadata
5353

5454
DEFAULT_GRPC_CALL_TIMEOUT = 60.0
5555
"""The default timeout for gRPC calls made by this client (in seconds)."""

0 commit comments

Comments
 (0)