Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LVHDSR.load: test other_conf to prevent mypy error
Avoid: ``` drivers/LVHDSR.py:195: error: Item "None" of "Any | None" has no attribute "get" [union-attr] drivers/LVHDSR.py:196: error: Value of type "Any | None" is not indexable [index] ``` Signed-off-by: Ronan Abhamon <[email protected]>
- Loading branch information