Skip to content

Commit ca81c50

Browse files
committed
Sort exported symbols
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 18287d0 commit ca81c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/client/microgrid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
from ._metadata import Location, Metadata
6666

6767
__all__ = [
68-
"MicrogridApiClient",
6968
"ApiClientError",
7069
"BatteryComponentState",
7170
"BatteryData",
@@ -100,6 +99,7 @@
10099
"Location",
101100
"Metadata",
102101
"MeterData",
102+
"MicrogridApiClient",
103103
"OperationAborted",
104104
"OperationCancelled",
105105
"OperationNotImplemented",

0 commit comments

Comments
 (0)