mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 15:36:44 +00:00
🐛 修复 type hits , 兼容 py3.8
Signed-off-by: Karako <karakohear@gmail.com>
This commit is contained in:
parent
3f0331ed90
commit
8a4147a4ff
@ -9,7 +9,7 @@ import ujson as json
|
|||||||
from arkowrapper import ArkoWrapper
|
from arkowrapper import ArkoWrapper
|
||||||
from genshin import Client
|
from genshin import Client
|
||||||
from pytz import timezone
|
from pytz import timezone
|
||||||
from telegram import InlineKeyboardButton, InlineKeyboardMarkup, Update, Message
|
from telegram import InlineKeyboardButton, InlineKeyboardMarkup, Message, Update
|
||||||
from telegram.constants import ChatAction, ParseMode
|
from telegram.constants import ChatAction, ParseMode
|
||||||
from telegram.ext import CallbackContext, filters
|
from telegram.ext import CallbackContext, filters
|
||||||
|
|
||||||
@ -198,14 +198,14 @@ class Abyss(Plugin, BasePlugin):
|
|||||||
async def get_rendered_pic(
|
async def get_rendered_pic(
|
||||||
self, client: Client, uid: int, floor: int, total: bool, previous: bool
|
self, client: Client, uid: int, floor: int, total: bool, previous: bool
|
||||||
) -> Union[
|
) -> Union[
|
||||||
tuple[
|
Tuple[
|
||||||
Union[BaseException, Any],
|
Union[BaseException, Any],
|
||||||
Union[BaseException, Any],
|
Union[BaseException, Any],
|
||||||
Union[BaseException, Any],
|
Union[BaseException, Any],
|
||||||
Union[BaseException, Any],
|
Union[BaseException, Any],
|
||||||
Union[BaseException, Any],
|
Union[BaseException, Any],
|
||||||
],
|
],
|
||||||
list[RenderResult],
|
List[RenderResult],
|
||||||
None,
|
None,
|
||||||
]:
|
]:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user