Преглед изворни кода

Update search_toolkit: clean useless import

StrayWarrior пре 4 недеља
родитељ
комит
5603cbcf85
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      pqai_agent/toolkit/search_toolkit.py

+ 1 - 3
pqai_agent/toolkit/search_toolkit.py

@@ -1,6 +1,4 @@
-import os
-import xml.etree.ElementTree as ET
-from typing import Any, Dict, List, Literal, Optional, TypeAlias, Union
+from typing import Any, Dict, List
 
 import requests