Skip to content

Commit

Permalink
format import in aerbackend
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Mar 30, 2021
1 parent 5c45c50 commit ef85127
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qiskit/providers/aer/backends/aerbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
from qiskit.qobj import QasmQobj, PulseQobj
from qiskit.compiler import assemble

from qiskit.providers.aer.profile import get_performance_options

from ..aerjob import AerJob
from ..aererror import AerError
from ..profile import get_performance_options

# Logger
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit ef85127

Please sign in to comment.