File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/frequenz/client/dispatch Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dev-flake8 = [
6262 " pydoclint == 0.6.0" ,
6363 " pydocstyle == 6.3.0" ,
6464]
65- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
65+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
6666dev-mkdocs = [
6767 " black == 25.1.0" ,
6868 " Markdown==3.7" ,
Original file line number Diff line number Diff line change 1212from frequenz .api .dispatch .v1 .dispatch_pb2 import (
1313 CreateMicrogridDispatchRequest as PBDispatchCreateRequest ,
1414)
15- from frequenz .api .dispatch .v1 .dispatch_pb2 import DispatchData
15+ from frequenz .api .dispatch .v1 .dispatch_pb2 import (
16+ DispatchData ,
17+ )
1618from google .protobuf .json_format import MessageToDict
1719from google .protobuf .struct_pb2 import Struct
1820from google .protobuf .timestamp_pb2 import Timestamp
You can’t perform that action at this time.
0 commit comments