File tree Expand file tree Collapse file tree 3 files changed +2
-212
lines changed
proto/frequenz/api/common/v1/metrics Expand file tree Collapse file tree 3 files changed +2
-212
lines changed Original file line number Diff line number Diff line change 6161
6262- Added messages to support pagination in APIs.
6363
64+ - Removed ` metrics/electrical.proto ` , since it is no longer needed.
65+
6466## New Features
6567
6668<!-- Here goes the main new features and examples or instructions on how to use them -->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,19 +12,6 @@ def test_package_import() -> None:
1212 assert v1 is not None
1313
1414
15- def test_module_import_metrics_electrical () -> None :
16- """Test that the modules can be imported."""
17- # pylint: disable=import-outside-toplevel
18- from frequenz .api .common .v1 .metrics import electrical_pb2
19-
20- assert electrical_pb2 is not None
21-
22- # pylint: disable=import-outside-toplevel
23- from frequenz .api .common .v1 .metrics import electrical_pb2_grpc
24-
25- assert electrical_pb2_grpc is not None
26-
27-
2815def test_module_import_metrics_bounds () -> None :
2916 """Test that the modules can be imported."""
3017 # pylint: disable=import-outside-toplevel
You can’t perform that action at this time.
0 commit comments