From 0b7e371ba58245462a63f00965e349da00084350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Pe=C3=B1a=20Tapia?= Date: Thu, 20 Jun 2024 13:54:08 +0200 Subject: [PATCH] Fix black --- qiskit/visualization/pulse_v2/device_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/visualization/pulse_v2/device_info.py b/qiskit/visualization/pulse_v2/device_info.py index 5633b3487428..7898f978772c 100644 --- a/qiskit/visualization/pulse_v2/device_info.py +++ b/qiskit/visualization/pulse_v2/device_info.py @@ -166,7 +166,7 @@ def create_from_backend(cls, backend: Backend): except Exception: # pylint: disable=broad-except pass else: - raise RuntimeError("Backend object not yet supported") + raise RuntimeError("Backend object not yet supported") return OpenPulseBackendInfo( name=name, dt=dt, channel_frequency_map=chan_freqs, qubit_channel_map=qubit_channel_map