qibolab
qibolab copied to clipboard
Was the `List` in play_sequences() intended to be a `list()`?
https://github.com/qiboteam/qibolab/blob/a514441f7c020b190c7871df90d6892392d0b4da/doc/source/tutorials/instrument.rst?plain=1#L176
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.