Skip to content

Commit

Permalink
Merge pull request #13 from qua-platform/hotfix/qua-type-imports
Browse files Browse the repository at this point in the history
hotfix: qua type import
  • Loading branch information
nulinspiratie authored Feb 19, 2024
2 parents fabe173 + eaac0f8 commit a3fa57f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions quam/components/channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = [
Expand Down

0 comments on commit a3fa57f

Please sign in to comment.