zhangliang 14 часов назад
Родитель
Сommit
7dd0fdee1f
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      examples/content_finder/tools/douyin_search.py

+ 1 - 2
examples/content_finder/tools/douyin_search.py

@@ -5,8 +5,7 @@
 """
 """
 import asyncio
 import asyncio
 import json
 import json
-from datetime import datetime
-from typing import Optional, Any, Dict, List
+from typing import Optional
 
 
 import httpx
 import httpx