Skip to content

Commit eac02dd

Browse files
authored
Fix type annotation of WEBPAGE_CHOICES
1 parent 956bbf8 commit eac02dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bot/cogs/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from discord.app_commands import Choice
22

3-
WEBPAGE_CHOICES: tuple[Choice[str]] = [
3+
WEBPAGE_CHOICES: tuple[Choice[str], ...] = [
44
Choice(name="Home", value=""),
55
Choice(name="Getting started", value="getting-started/"),
66
Choice(name="Resources", value="resources/"),

0 commit comments

Comments
 (0)