🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-03 13:18:41 +00:00
parent 77473b5817
commit 0a2001294a
2 changed files with 0 additions and 4 deletions

View File

@@ -42,9 +42,6 @@ willing_manager = get_willing_manager()
logger = get_logger("main") logger = get_logger("main")
from src.manager.local_store_manager import local_storage
from src.manager.mood_manager import MoodUpdateTask, MoodPrintTask
class MainSystem: class MainSystem:
def __init__(self): def __init__(self):

View File

@@ -1,7 +1,6 @@
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
from typing import Dict, List, Type, Optional, Any, Union from typing import Dict, List, Type, Optional, Any, Union
import os import os
import inspect
import toml import toml
import json import json
from src.common.logger import get_logger from src.common.logger import get_logger