Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Sep 20, 2019
1 parent 7f67160 commit 350e551
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/pulses/function_pulse_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sympy
import numpy as np

from qupulse.utils.types import time_from_float
from qupulse.utils.types import TimeType
from qupulse.pulses.function_pulse_template import FunctionPulseTemplate,\
FunctionWaveform
from qupulse.serialization import Serializer, Serializable, PulseStorage
Expand Down
2 changes: 0 additions & 2 deletions tests/pulses/multi_channel_pulse_template_tests.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import unittest
from unittest import mock
import warnings

import numpy

from qupulse.utils.types import time_from_float
from qupulse.pulses.multi_channel_pulse_template import MultiChannelWaveform, MappingPulseTemplate,\
ChannelMappingException, AtomicMultiChannelPulseTemplate, ParallelConstantChannelPulseTemplate,\
TransformingWaveform, ParallelConstantChannelTransformation
Expand Down

0 comments on commit 350e551

Please sign in to comment.