Switching to using StrEnum, which is in an external lib until 3.11.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-01-30 10:18:53 -05:00
parent 0790e5f64d
commit 116078524e
6 changed files with 68 additions and 44 deletions

View File

@@ -20,7 +20,14 @@ from app.commands import (
)
from app.dao.inbound_numbers_dao import dao_get_available_inbound_numbers
from app.dao.users_dao import get_user_by_email
from app.enums import KeyType, NotificationStatus, NotificationType, OrganizationType, TemplateType
from app.enums import (
AuthType,
KeyType,
NotificationStatus,
NotificationType,
OrganizationType,
TemplateType,
)
from app.models import (
AnnualBilling,
Job,