fix: broken python module references, refs NOISSUE

This commit is contained in:
2026-04-04 20:41:39 +02:00
parent dbcd3fba91
commit 578be7b6f4
6 changed files with 21 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ from sqlalchemy import (
)
from sqlalchemy.orm import relationship, declarative_base
from ai_software_factory.config import settings
from config import settings
Base = declarative_base()
logger = logging.getLogger(__name__)