Remove dead code, backup files, and unused modules

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serge Zaigraeff
2026-03-22 02:36:06 +03:00
co-authored by Claude Opus 4.6
parent b28bc632bb
commit 64c5a53d5b
39 changed files with 169 additions and 4797 deletions
-1
View File
@@ -12,7 +12,6 @@ from typing import Dict, Tuple
import logging
from ..infrastructure.storage.file_manager import temp_file_manager
from ..shared.context_managers import open_file
logger = logging.getLogger('app.audio_processor')