Skip to content

Commit 14d4584

Browse files
committed
remove unnecessary pylint ignore
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 394dc97 commit 14d4584

File tree

1 file changed

+0
-1
lines changed
  • src/power_grid_model_ds/_core/model/grids

1 file changed

+0
-1
lines changed

src/power_grid_model_ds/_core/model/grids/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def __str__(self) -> str:
101101
from_node = self.node.get(id=branch["from_node"])
102102
to_node = self.node.get(id=branch["to_node"])
103103

104-
# pylint: disable=no-member # pylint false positive on from_node["id"].item()
105104
from_node_str = (
106105
f"S{from_node['id']}"
107106
if from_node["node_type"] == NodeType.SUBSTATION_NODE

0 commit comments

Comments
 (0)