Skip to content

Commit ec1bf52

Browse files
authored
Remove commented-out import in binary_code.py (#1263)
Trivial code health cleanup: remove the unnecessary commented-out import of `_binary_polynomial` in `src/openfermion/ops/operators/binary_code.py.
1 parent 048de34 commit ec1bf52

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)