qcodes.dataset exports ParamSpec and not ParamSpecBase
Open
- Dominant language
- Python
- Stars
- 459
- Forks
- 359
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 73
Description
The qcodes.dataset __init__.py exports the `ParamSpec` class and not the `ParamSpecBase` class, even though the `ParamSpec` class is not used anywhere.
Contributor guide
Research direction
Open qcodes.dataset/__init__.py and inspect which class it exports. Confirm that ParamSpec is unused as described, then update the export to expose ParamSpecBase instead. Done means the qcodes.dataset package exports the intended class and no longer exports ParamSpec.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100