You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _rooms_dict member is a nested dictionary of LyricRoom objects 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 causes type errors when using the client.
How to reproduce the issue (if applicable)
Use the rooms_dict property in a type-checked codebase.
Screenshots (if applicable)
Additional information
The text was updated successfully, but these errors were encountered:
Description
The
_rooms_dict
member is a nested dictionary ofLyricRoom
objects keyed by mac ID, then room ID, but therooms_dict
property that wraps it claims to return a type ofdict[str, LyricRoom]
. This causes type errors when using the client.How to reproduce the issue (if applicable)
Use the
rooms_dict
property in a type-checked codebase.Screenshots (if applicable)
Additional information
The text was updated successfully, but these errors were encountered: