Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Oct 14, 2023
1 parent d1a4dc6 commit ee57d5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions qiskit_experiments/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@
"qiskit_dynamics", name="qiskit-dynamics", install="pip install qiskit-dynamics"
)

HAS_TESTTOOLS = LazyImportTester(
"testtools", name="testtools", install="pip install testtools"
)
HAS_TESTTOOLS = LazyImportTester("testtools", name="testtools", install="pip install testtools")
2 changes: 0 additions & 2 deletions test/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ class BaseTestCase(unittest.TestCase):
pass




# TODO: copy enforce_subclasses_call decorator?
class QiskitExperimentsTestCase(BaseTestCase):
"""Qiskit Experiments specific extra functionality for test cases."""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from ddt import ddt, data, unpack
from qiskit import QuantumCircuit, pulse, qpy, quantum_info as qi
from qiskit.providers.fake_provider import FakeBogotaV2

try:
from qiskit.circuit.library.hamiltonian_gate import HamiltonianGate
except ImportError:
Expand Down

0 comments on commit ee57d5e

Please sign in to comment.