Skip to content

Commit

Permalink
Merge pull request #147 from kjappelbaum/deepsource-fix-c407e11a
Browse files Browse the repository at this point in the history
Remove assignment of variable to itself
  • Loading branch information
kjappelbaum committed Nov 2, 2022
2 parents 24e7be9 + 01a1c79 commit 297df24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/moffragmentor/fragmentor/nodelocator.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ def find_node_clusters(
if len(intesection) > 0:
connecting_paths_.update(neighbors)

connecting_paths_ = connecting_paths_

# from the connecting paths we remove the metal indices and the branching indices
# we need to remove the metal indices as otherwise the fragmentation breaks
connecting_paths_ -= set(metal_indices)
Expand Down

0 comments on commit 297df24

Please sign in to comment.