Skip to content

Commit 1bb16be

Browse files
committed
Remove testtools lazy import
1 parent b716c13 commit 1bb16be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qiskit_experiments/warnings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@
2929
HAS_DYNAMICS = LazyImportTester(
3030
"qiskit_dynamics", name="qiskit-dynamics", install="pip install qiskit-dynamics"
3131
)
32-
33-
HAS_TESTTOOLS = LazyImportTester("testtools", name="testtools", install="pip install testtools")

0 commit comments

Comments
 (0)