Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks authored Sep 29, 2024
1 parent e20abca commit ca9ba92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions qiskit_experiments/framework/backend_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
Since `BackendV1` and `BackendV2` do not share the same interface, this
class unifies data access for various data fields.
"""
# pylint: disable=no-name-in-module
from qiskit.providers.models import PulseBackendConfiguration
from qiskit.providers.models import PulseBackendConfiguration # pylint: disable=no-name-in-module
from qiskit.providers import BackendV1, BackendV2


Expand Down
2 changes: 0 additions & 2 deletions test/framework/test_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def guarded_import(name, *args, **kwargs):
proc = subprocess.run(
[sys.executable, "-c", script], check=False, text=True, capture_output=True
)
print(proc.stdout)
print(proc.stderr)

self.assertTrue(
proc.stdout.startswith("qiskit_experiments imported!"),
Expand Down

0 comments on commit ca9ba92

Please sign in to comment.