Skip to content

Commit

Permalink
Fixed imports in qctoolkit/_program/_loop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lumip committed Jul 19, 2018
1 parent 3222d60 commit 6a8e028
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qctoolkit/_program/_loop.py
Expand Up @@ -15,8 +15,7 @@
from qctoolkit.utils.types import MeasurementWindow
from qctoolkit.utils import is_integer

from qctoolkit.pulses.sequence_pulse_template import SequenceWaveform
from qctoolkit.pulses.repetition_pulse_template import RepetitionWaveform
from qctoolkit._program.waveforms import SequenceWaveform, RepetitionWaveform

__all__ = ['Loop', 'MultiChannelProgram', 'make_compatible']

Expand Down

0 comments on commit 6a8e028

Please sign in to comment.