DiamondLightSource / DiamondLightSource/tickit-devices
Eiger: Fix typing issues
Open
eiger
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Migrated issue from tickit:
The lack of __init__.py's in the eiger packages (tickit.devices.eiger and tests.devices.eiger) meant that mypy missed a number of issues that are currently marked as # type: ignore.
The `# type: ignore` need removing in favour of correct typing along with a number of methods without return types.
Contributor guide
Assessment
This issue has not been assessed yet.