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
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user