Skip to content

Commit

Permalink
Update test_uniform_superposition_gate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirmay authored Apr 28, 2024
1 parent 82bf33e commit c8f24b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/python/circuit/test_uniform_superposition_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import unittest
import math
from test import QiskitTestCase
import numpy as np
from ddt import ddt, data

Expand All @@ -27,8 +28,6 @@
UniformSuperpositionGate,
)

from test import QiskitTestCase


@ddt
class TestUniformSuperposition(QiskitTestCase):
Expand Down

0 comments on commit c8f24b8

Please sign in to comment.