From 475eaeb113e8671192050a13555f1095c39714aa Mon Sep 17 00:00:00 2001 From: ManyManyTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 5 Jul 2025 10:35:36 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/services/cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zhenxun/services/cache.py b/zhenxun/services/cache.py index 21eafa43..039c3ee7 100644 --- a/zhenxun/services/cache.py +++ b/zhenxun/services/cache.py @@ -11,6 +11,7 @@ from aiocache.serializers import JsonSerializer from nonebot.compat import model_dump from nonebot.utils import is_coroutine_callable from pydantic import BaseModel, PrivateAttr + from zhenxun.services.log import logger __all__ = ["Cache", "CacheData", "CacheRoot"]