fix:拯救大兵ruff

This commit is contained in:
SengokuCola
2025-04-23 00:42:28 +08:00
parent 2eecd746af
commit f2c50d2cd4
5 changed files with 10 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ from src.plugins.heartFC_chat.heartFC_chat import HeartFChatting
# Type hinting for circular dependency
if TYPE_CHECKING:
from .heartflow import Heartflow, MaiState # Import Heartflow for type hinting
from .heartflow import Heartflow # Import Heartflow for type hinting
from .sub_heartflow import ChatState # Keep ChatState here too?
from src.plugins.heartFC_chat.heartFC_chat import HeartFChatting # <-- Add for type hint