From bc802df7d4d6dc1a4d7dac69cdab58584fc41816 Mon Sep 17 00:00:00 2001 From: Tarrailt <3165388245@qq.com> Date: Fri, 31 Jan 2025 23:08:16 +0800 Subject: [PATCH] :bug: import missing typing --- nonebot/compat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nonebot/compat.py b/nonebot/compat.py index f963c0448e67..58cdbcd36887 100644 --- a/nonebot/compat.py +++ b/nonebot/compat.py @@ -18,6 +18,7 @@ Any, Callable, Generic, + Literal, Optional, Protocol, TypeVar,