Skip to content

Commit

Permalink
πŸ’š Address lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Nov 15, 2024
1 parent 6820ece commit a9101cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iembot/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def at_send_message(bot, user_id, msg: str, **kwargs):
"""Send a message to the ATmosphere."""
at_handle = bot.tw_users.get(user_id, {}).get("at_handle")
if at_handle is None:
return None
return
message = {"msg": msg}
message.update(kwargs)
bot.at_manager.submit(at_handle, message)
Expand Down

0 comments on commit a9101cb

Please sign in to comment.