fix annotations

This commit is contained in:
2024-06-20 02:20:10 +08:00
parent 91cad86325
commit d6589fec5b
2 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import html
from functools import wraps
from typing import TYPE_CHECKING
@@ -8,7 +10,7 @@ from telegram.ext import (ApplicationBuilder, CallbackQueryHandler, CommandHandl
InlineQueryHandler, MessageHandler, PicklePersistence, filters)
import common
from tweet import TGTweet
from tweet import TelegramTweet
if TYPE_CHECKING:
from telegram import Chat, Message, Update