Qcodes
Qcodes copied to clipboard
Mypy: Enable no implicit re export
- Avoid imports from pyvisa/parso that are imported from modules where they are not defined/added to
__all__ - Update internal updated to either use public api or original definition
This seems to trigger a type issue with python 3.7 / old numpy versions
This is waiting for us to drop 3.7 support #3889
Codecov Report
Merging #4546 (6ca834f) into master (f3a432b) will decrease coverage by
0.02%. The diff coverage is94.73%.
@@ Coverage Diff @@
## master #4546 +/- ##
==========================================
- Coverage 68.27% 68.25% -0.03%
==========================================
Files 339 339
Lines 31976 31981 +5
==========================================
- Hits 21833 21829 -4
- Misses 10143 10152 +9