Skip to content

Commit

Permalink
black,lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TsafrirA committed Jan 29, 2024
1 parent 28e91ae commit 7bff7d5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/python/pulse/test_pulse_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

from qiskit.pulse import functional_pulse, PulseError
from qiskit.test import QiskitTestCase
from qiskit.utils import optionals as _optional


class TestWaveform(QiskitTestCase):
Expand Down
2 changes: 0 additions & 2 deletions test/python/qpy/test_block_load_from_qpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
from qiskit.pulse.configuration import Kernel, Discriminator




class QpyScheduleTestCase(QiskitTestCase):
"""QPY schedule testing platform."""

Expand Down
1 change: 0 additions & 1 deletion test/qpy_compat/test_qpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ def generate_control_flow_switch_circuits():
def generate_schedule_blocks():
"""Standard QPY testcase for schedule blocks."""
from qiskit.pulse import builder, channels, library
from qiskit.utils import optionals

current_version = current_version_str.split(".")
for i in range(len(current_version[2])):
Expand Down

0 comments on commit 7bff7d5

Please sign in to comment.