Skip to content

Commit

Permalink
fix compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Mar 10, 2024
1 parent e55232b commit 212d404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_pjsk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from . import __main__ as __main__ # noqa: E402
from .config import ConfigModel # noqa: E402

__version__ = "0.4.0"
__version__ = "0.4.0.post1"
__plugin_meta__ = PluginMetadata(
name="Sekai Stickers",
description="基于 NoneBot2 的 Project Sekai 表情包制作插件",
Expand Down
3 changes: 2 additions & 1 deletion nonebot_plugin_pjsk/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Annotated, Any, List, Optional, Set
from typing import Any, List, Optional, Set
from typing_extensions import Annotated

from nonebot import get_plugin_config
from pydantic import BaseModel, Field, HttpUrl, validator
Expand Down

0 comments on commit 212d404

Please sign in to comment.