Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Dec 20, 2023
1 parent d02d3d7 commit 9014151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_bawiki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .config import Cfg as Cfg # noqa: E402
from .help import extra, register_help_cmd, usage # noqa: E402

__version__ = "0.10.5"
__version__ = "0.10.5.post1"
__plugin_meta__ = PluginMetadata(
name="BAWiki",
description="碧蓝档案Wiki插件",
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_bawiki/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# 有必要重新写一个 request cache,可以参考 hishel


wrapped_cache_functions: WeakSet["SupportDictCacheWrapper"] = WeakSet()
wrapped_cache_functions: "WeakSet['SupportDictCacheWrapper']" = WeakSet()


class SupportDictCacheWrapper(Generic[P, R], _LRUCacheWrapper[R]): # type: ignore # ignore final class
Expand Down

0 comments on commit 9014151

Please sign in to comment.