We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5145b9c commit f17e884Copy full SHA for f17e884
tests/microgrid/test_graph.py
@@ -1184,7 +1184,7 @@ def test__validate_grid_endpoint(self) -> None:
1184
match=r"Grid endpoint 1 has graph predecessors: \[Component"
1185
r"\(component_id=99, category=<ComponentCategory.METER: 2>, "
1186
r"type=None, metadata=None\)\]",
1187
- ) as _err_predecessors:
+ ):
1188
graph._validate_grid_endpoint()
1189
1190
# grid endpoint has no successors
0 commit comments