Skip to content

Commit

Permalink
chore: add fixme for cls parameter naming
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Dec 28, 2024
1 parent e9a6b75 commit d3ee9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disnake/ui/select/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def _transform_default_values(


def _create_decorator(
# FIXME(3.0): rename `cls` parameter to more closely represent any callable argument type
cls: Callable[P, S_co],
/,
*args: P.args,
Expand Down

0 comments on commit d3ee9a0

Please sign in to comment.