Qcodes
Qcodes copied to clipboard
qcodes.dataset exports ParamSpec and not ParamSpecBase
The qcodes.dataset init.py exports the ParamSpec class and not the ParamSpecBase class, even though the ParamSpec class is not used anywhere.
Agreed we should add ParamSpecBase and remove the last usage of ParamSpec and deprecate and eventually remove it