Skip to content

Commit 5e5e306

Browse files
🐛 Fix flake8 F401: suppress unused pytest import in placeholder test
1 parent 17a67bb commit 5e5e306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/tests/test_circuits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Circuits are valid Qiskit QuantumCircuit objects
88
"""
99

10-
import pytest
10+
import pytest # noqa: F401
1111

1212
# TODO: Uncomment and implement after circuits.py is built
1313
# from benchmarks.circuits import build_test_circuit

0 commit comments

Comments
 (0)