Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 059265c

Browse files
committed
Fix unused type: ignore
1 parent 3866e86 commit 059265c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qrao/encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def qubit_op(self) -> PauliSumOp:
341341
)
342342
return self._qubit_op
343343

344-
@property # type: ignore
344+
@property
345345
@deprecate_function(
346346
"The `offset` has been incorporated directly into `qubit_op`, "
347347
"obviating the need for its own property. It will always be 0.0 "

0 commit comments

Comments
 (0)