Skip to content

Commit

Permalink
Remove unused variable 'source_node_id'
Browse files Browse the repository at this point in the history
  • Loading branch information
vmordan committed Mar 14, 2024
1 parent e3c8ce4 commit 46a1423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/mea/et/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def __parse_witness_edges(self, graph, sink_nodes_map):

for edge in graph.findall('graphml:edge', self.WITNESS_NS):

source_node_id = edge.attrib.get('source')
target_node_id = edge.attrib.get('target')

if target_node_id in sink_nodes_map:
Expand Down

0 comments on commit 46a1423

Please sign in to comment.