feat: provide governed notification email delivery

This commit is contained in:
2026-07-30 17:42:07 +02:00
parent b8029c24d6
commit 0cb6719b91
4 changed files with 203 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from collections import Counter
from datetime import datetime, timedelta, timezone
from typing import Any
from sqlalchemy import and_, or_, select
from sqlalchemy import or_, select
from sqlalchemy.exc import IntegrityError
from sqlalchemy.orm import Session