diff --git a/qiskit_ibm_runtime/visualization/utils.py b/qiskit_ibm_runtime/visualization/utils.py index 3aaaa1666..f40071fa8 100644 --- a/qiskit_ibm_runtime/visualization/utils.py +++ b/qiskit_ibm_runtime/visualization/utils.py @@ -9,6 +9,7 @@ # Any modifications or derivative works of this code must retain this # copyright notice, and modified files need to carry a notice indicating # that they have been altered from the originals. +# pylint: disable=too-many-return-statements """ Utility functions for visualizing qiskit-ibm-runtime's objects.