超级Ruff

This commit is contained in:
墨梓柒
2025-09-09 19:25:12 +08:00
parent ac2936d5fc
commit 163dbb6b90
68 changed files with 1092 additions and 1043 deletions

View File

@@ -1,8 +1,8 @@
raise DeprecationWarning("MemoryActiveManager is not used yet, please do not import it")
from .lpmmconfig import global_config
from .embedding_store import EmbeddingManager
from .llm_client import LLMClient
from .utils.dyn_topk import dyn_select_top_k
from .lpmmconfig import global_config # noqa
from .embedding_store import EmbeddingManager # noqa
from .llm_client import LLMClient # noqa
from .utils.dyn_topk import dyn_select_top_k # noqa
class MemoryActiveManager: