Skip to content

Commit

Permalink
Fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Dec 1, 2024
1 parent 86e7912 commit 5c72def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def cancel(self, interaction: Interaction, _: Button) -> None:
class SelectView(View):
"""View that contains multiple selects."""

def __init__( # noqa: C901
def __init__(
self,
*,
options: list[SelectOption],
Expand Down

0 comments on commit 5c72def

Please sign in to comment.