Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
damn this lint is annoying
  • Loading branch information
JayDwee authored and Sergeileduc committed Apr 3, 2023
1 parent 7f8efc8 commit d64406a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/ext/test/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ async def edit_message(self, channel_id: int, message_id: int, **fields: dhttp.M

return edit_message(message, **fields)


async def add_reaction(self, channel_id: int, message_id: int, emoji: str) -> None:
locs = _get_higher_locs(1)
message = locs.get("self")
Expand Down

0 comments on commit d64406a

Please sign in to comment.