Browse Source

fix: Add missing List import in translation_service.py

mrh (aider) 10 months ago
parent
commit
7e19ae2442
1 changed files with 1 additions and 1 deletions
  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