fix circle imports

This commit is contained in:
poturaevpetr
2025-12-26 01:09:17 +05:00
parent 5a1e296d41
commit 0f8e6be08c
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"""
Скрипт для проверки и отправки файлов на распознавание
"""
from autoLoader import process_pending_files
from autoLoader.loader.recognition_checker import process_pending_files
from autoLoader.config import GIGAAM_API_URL
import sys
import logging