v0.1.1,移除多余import

This commit is contained in:
Asankilp 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

View File

@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-acgnshow"
version = "0.1.0"
version = "0.1.1"
description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据"
readme = "README.md"
requires-python = "<4.0,>=3.8"