Skip to content

Commit

Permalink
Fix lint complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Jul 26, 2024
1 parent 142c8ef commit bd1161c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qiskit/visualization/transition_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

from qiskit.utils.deprecation import deprecate_func


"""
Visualization function for animation of state transitions by applying gates to single qubit.
"""
Expand All @@ -21,6 +18,7 @@
import numpy as np

from qiskit.exceptions import MissingOptionalLibraryError
from qiskit.utils.deprecation import deprecate_func


def _normalize(v, tolerance=0.00001):
Expand Down

0 comments on commit bd1161c

Please sign in to comment.