mirror of https://github.com/Mai-with-u/MaiBot.git
ruff
parent
9f49b9d238
commit
5f375c0787
|
|
@ -14,7 +14,8 @@ from .plugins.chat.storage import MessageStorage
|
|||
from .plugins.config.config import global_config
|
||||
from .plugins.chat.bot import chat_bot
|
||||
from .common.logger import get_module_logger
|
||||
from .plugins.remote import heartbeat_thread
|
||||
from .plugins.remote.remote import heartbeat_thread # noqa: F401
|
||||
|
||||
|
||||
logger = get_module_logger("main")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue