diff --git a/quam/components/channels.py b/quam/components/channels.py index 5126ab00..1acb3843 100644 --- a/quam/components/channels.py +++ b/quam/components/channels.py @@ -8,8 +8,14 @@ from qm.qua import align, amp, play, wait, measure, dual_demod, declare, fixed -from qm.qua._type_hinting import * -from qm.qua._dsl import _PulseAmp +from qm.qua._dsl import ( + _PulseAmp, + AmpValuesType, + QuaNumberType, + QuaExpressionType, + ChirpType, + StreamType, +) __all__ = [