Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Jul 23, 2024
1 parent 787090f commit 20a0c5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/python/providers/fake_provider/test_fake_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"""Test of generated fake backends."""
import math
import unittest
import warnings

from qiskit import QuantumRegister, ClassicalRegister, QuantumCircuit, transpile
from qiskit.providers.fake_provider import Fake5QV1, GenericBackendV2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
""" Test of GenericBackendV2 backend"""

import math
import warnings

from qiskit import ClassicalRegister, QuantumCircuit, QuantumRegister, transpile
from qiskit.providers.fake_provider import GenericBackendV2
Expand Down

0 comments on commit 20a0c5c

Please sign in to comment.