Skip to content

Commit

Permalink
Update bleak
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Jul 19, 2024
1 parent 129fc9a commit fadb681
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def __init__(self, communicator: CommunicatorType) -> None:
# Append any automatically discovered methods (i.e. for commands)
for name, method in inspect.getmembers(self, predicate=inspect.ismethod):
if not name.startswith("_"):
message_map[name.replace("_", " ").title()] = method # type: ignore
message_map[name.replace("_", " ").title()] = method
dict.__init__(self, message_map)


Expand Down
Loading

0 comments on commit fadb681

Please sign in to comment.