From 4724853d8155444ae1db50c24c5424c4d25f3dec Mon Sep 17 00:00:00 2001 From: Numerlor <25886452+Numerlor@users.noreply.github.com> Date: Sun, 15 Aug 2021 21:31:47 +0200 Subject: Fix incorrect annotation Co-authored-by: Bluenix --- bot/exts/info/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index d80ca448d..5632f2959 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -318,7 +318,7 @@ class Tags(Cog): async def list_all_tags(self, ctx: Context) -> None: """Send a paginator with all loaded tags accessible by `ctx.author`, groups first, and alphabetically sorted.""" - def tag_sort_key(tag_item: tuple[TagIdentifier, tag]) -> str: + def tag_sort_key(tag_item: tuple[TagIdentifier, Tag]) -> str: group, name = tag_item[0] if group is None: # Max codepoint character to force tags without a group to the end -- cgit v1.2.3