Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Jun 20, 2024
1 parent 039a735 commit 0b7e371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/visualization/pulse_v2/device_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b7e371

Please sign in to comment.