Skip to content

Commit

Permalink
style: auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent fb64b50 commit 634095f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nextcord/ext/menus/menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ def action(self, value: Callable[..., Coroutine[Any, Any, Any]]):
def __call__(self, menu: "Menu", payload: nextcord.RawReactionActionEvent):
if self.skip_if is not None and self.skip_if(menu):

async def dummy():
...
async def dummy(): ...

return dummy()
return self._action(menu, payload)
Expand Down

0 comments on commit 634095f

Please sign in to comment.