semantic
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
# @RATIONALE Extracted from TranslationExecutor. Batch insert delegated to _batch_insert.py.
|
||||
# @REJECTED Keeping batch processing inside TranslationExecutor — caused class to exceed INV_7.
|
||||
|
||||
import time
|
||||
import uuid
|
||||
from datetime import UTC, datetime
|
||||
import time
|
||||
from typing import Any
|
||||
import uuid
|
||||
|
||||
from sqlalchemy.orm import Session
|
||||
|
||||
@@ -27,7 +27,7 @@ from ._batch_insert import insert_batch_to_target
|
||||
from ._lang_detect import batch_detect, get_detector
|
||||
from ._llm_call import LLMTranslationService
|
||||
from ._token_budget import estimate_token_budget
|
||||
from ._utils import _check_translation_cache, _compute_source_hash, _compute_key_hash
|
||||
from ._utils import _check_translation_cache, _compute_key_hash, _compute_source_hash
|
||||
from .dictionary import DictionaryManager
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user