Browse Source

fix: remove unused import

zhayujie 2 năm trước cách đây
mục cha
commit
c0eb433fa2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      bot/linkai/link_ai_bot.py

+ 0 - 1
bot/linkai/link_ai_bot.py

@@ -7,7 +7,6 @@ import requests
 import config
 from bot.bot import Bot
 from bot.chatgpt.chat_gpt_session import ChatGPTSession
-from bot.gemini.google_gemini_bot import GoogleGeminiBot
 from bot.session_manager import SessionManager
 from bridge.context import Context, ContextType
 from bridge.reply import Reply, ReplyType