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,