🤖 自动格式化代码 [skip ci]
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user