File tree Expand file tree Collapse file tree
src/frequenz/client/assets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ dev-flake8 = [
6262 " pydoclint == 0.8.3" ,
6363 " pydocstyle == 6.3.0" ,
6464]
65- dev-formatting = [" black == 25.9.0 " , " isort == 6.1.0" ]
65+ dev-formatting = [" black == 26.3.1 " , " isort == 6.1.0" ]
6666dev-mkdocs = [
6767 " Markdown == 3.10.2" ,
68- " black == 25.9.0 " ,
68+ " black == 26.3.1 " ,
6969 " mike == 2.1.4" ,
7070 " mkdocs-gen-files == 0.6.0" ,
7171 " mkdocs-literate-nav == 0.6.2" ,
Original file line number Diff line number Diff line change 33
44"""Lifetime of a microgrid asset."""
55
6-
76from dataclasses import dataclass
87from datetime import datetime , timezone
98
Original file line number Diff line number Diff line change 33
44"""Location information for a microgrid."""
55
6-
76from dataclasses import dataclass
87
98
Original file line number Diff line number Diff line change 33
44"""Loading of MicrogridInfo objects from protobuf messages."""
55
6-
76import logging
87
98from frequenz .api .common .v1alpha8 .microgrid import microgrid_pb2
Original file line number Diff line number Diff line change 33
44"""Loading of Bounds objects from protobuf messages."""
55
6-
76from frequenz .api .common .v1alpha8 .metrics import bounds_pb2
87
98from ._bounds import Bounds
You can’t perform that action at this time.
0 commit comments