v0.1.1,移除多余import

This commit is contained in:
2024-07-11 12:08:30 +00:00
parent 4395e82590
commit 7809ef0c50
3 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
import json
import requests
from nonebot_plugin_htmlrender import template_to_pic
from jinja2 import Template
CITY_API_ROOT="https://show.bilibili.com/api/ticket/city/list?channel=3"
SHOWS_API_ROOT="https://show.bilibili.com/api/ticket/project/listV2"

View File

@ -1,5 +1,3 @@
from nonebot import require, on_endswith
from nonebot.adapters import satori
from nonebot.adapters.onebot.v11 import MessageSegment
from nonebot.typing import T_State
from typing import Optional