qiboteam/qibolab

Was the `List` in play_sequences() intended to be a `list()`?

Opened this issue · 2 comments

sequences: List[PulseSequence],

or typing.List?

  • or typing.List?

Should be just list. I believe List is a remnant of older versions of python, where list could not be used for type annotation.