Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hitomitak committed Oct 2, 2023
1 parent e1dbac7 commit 3cdc35f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qiskit_aer/primitives/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

from collections import defaultdict
from collections.abc import Sequence
from copy import copy
from warnings import warn

import numpy as np
Expand Down Expand Up @@ -309,7 +308,6 @@ def _create_meas_circuit(self, basis: Pauli, circuit_index: int):
if self._skip_transpilation:
return meas_circuit


layout = self._layouts[circuit_index]
passmanager = PassManager([SetLayout(layout)])
opt1q = Optimize1qGatesDecomposition(target=self._backend.target)
Expand Down

0 comments on commit 3cdc35f

Please sign in to comment.