Skip to content

Commit abdb605

Browse files
committed
cleanup: remove commented out import in binary_code.py
Removed the unnecessary commented-out import of `_binary_polynomial` in `src/openfermion/ops/operators/binary_code.py` to improve code cleanliness and maintainability.
1 parent 022ced8 commit abdb605

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/openfermion/ops/operators/binary_code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
from openfermion.ops.operators import BinaryPolynomial
2121

22-
# import openfermion.ops.operators._binary_polynomial as bp
23-
2422

2523
def shift_decoder(decoder, shift_constant):
2624
"""Shifts the indices of a decoder by a constant.

0 commit comments

Comments
 (0)