linux fixes

This commit is contained in:
Dobromir Popov
2025-08-29 18:26:35 +03:00
parent 64371678ca
commit 20112ed693
9 changed files with 124 additions and 67 deletions

View File

@@ -20,7 +20,7 @@ import logging
from typing import Dict, List, Optional, Tuple, Any
from abc import ABC, abstractmethod
from models import ModelInterface
from .model_interfaces import ModelInterface
logger = logging.getLogger(__name__)