Skip to content

Commit 3c00398

Browse files
committed
Remove unused variable
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 6184c2b commit 3c00398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/microgrid/test_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ def test__validate_grid_endpoint(self) -> None:
11841184
match=r"Grid endpoint 1 has graph predecessors: \[Component"
11851185
r"\(component_id=99, category=<ComponentCategory.METER: 2>, "
11861186
r"type=None, metadata=None\)\]",
1187-
) as _err_predecessors:
1187+
):
11881188
graph._validate_grid_endpoint()
11891189

11901190
# grid endpoint has no successors

0 commit comments

Comments
 (0)