Explorar o código

fix: Add missing List import in translation_service.py

mrh (aider) hai 1 ano
pai
achega
7e19ae2442
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      function_calling/translation_service.py

+ 1 - 1
function_calling/translation_service.py

@@ -1,4 +1,4 @@
-from typing import Dict
+from typing import Dict, List
 from mylib.logging_config import setup_logging
 import logging