Skip to content

Commit

Permalink
Combine impl CircuitData blocks (#13336)
Browse files Browse the repository at this point in the history
The `CircuitData` struct had two `impl CircuitData` blocks, one before the
pymethods and the other after. While there is nothing wrong with doing
this it is a bit confusing because the difference between the blocks is
not clear. I expect this was caused by the size of the file and people
missed that it already existed and we ended up with duplicates. This
commit recombines the two blocks, opting to use the one after the
pymethods as it was larger.
  • Loading branch information
mtreinish authored Oct 16, 2024
1 parent 50f2965 commit 5517150
Showing 1 changed file with 391 additions and 393 deletions.
Loading

0 comments on commit 5517150

Please sign in to comment.