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

@@ -2,7 +2,7 @@
import json
from typing import Optional
from ai_software_factory.config import settings
from config import settings
class N8NSetupAgent: