Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type of
rooms_dict
property (#66)
The `_rooms_dict` member is a nested dictionary keyed by mac ID, then room ID, but the `rooms_dict` property that wraps it claims to return a type of `dict[str, LyricRoom]`. This corrects the type signature.
- Loading branch information