From eaac0f88c81ebfc6dac67b3c0364adf6c446a5ea Mon Sep 17 00:00:00 2001 From: Serwan Asaad Date: Mon, 19 Feb 2024 13:54:22 +0100 Subject: [PATCH] hotfix: qua type import --- quam/components/channels.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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__ = [