Skip to content

Commit 9875c48

Browse files
committed
Fix formatting errors and commented code
Per review comments by @dstrain115.
1 parent c15d5a0 commit 9875c48

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/openfermion/ops/operators/binary_code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def __rmul__(self, factor):
295295

296296
def __str__(self):
297297
"""Return an easy-to-read string representation."""
298-
# string_return = [list(map(list, self.encoder.toarray()))]
299298

300299
def convert_to_native(value):
301300
return getattr(value, "tolist", lambda: value)()

0 commit comments

Comments
 (0)