fix: Syntax errors in 4 plugin routes (log_audit import misplaced), starlette downgrade, unused components/modules deleted
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-22 07:38:41 +02:00
parent db4701bae7
commit 6189cff376
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -64,7 +64,6 @@ from app.plugins.builtins.mail.schemas import (
VacationConfig,
)
from app.plugins.builtins.mail.services import (
from app.core.audit import log_audit
MAX_ATTACHMENT_SIZE,
_sanitize_filename,
account_to_response,
@@ -1862,3 +1861,5 @@ async def get_mail(
.all()
)
return mail_to_response(mail, attachments=list(attachments), labels=list(label_assignments))
from app.core.audit import log_audit