From e346c2c9b4877f0d212fd4cfa7aeb445c1a4af7b Mon Sep 17 00:00:00 2001 From: ManyManyTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 5 Jul 2025 10:40:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=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 deletion(-) diff --git a/zhenxun/services/cache.py b/zhenxun/services/cache.py index 039c3ee7..21eafa43 100644 --- a/zhenxun/services/cache.py +++ b/zhenxun/services/cache.py @@ -11,7 +11,6 @@ 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"]