Getting imports right to use app.enums

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-01-10 12:45:03 -05:00
parent 3982f061b6
commit 985ad27b3e
13 changed files with 22 additions and 21 deletions

View File

@@ -633,7 +633,7 @@ def get_detailed_services(
@service_blueprint.route("/<uuid:service_id>/guest-list", methods=["GET"])
def get_guest_list(service_id):
from app.models import GuestListRecipientType
from app.enums import GuestListRecipientType
service = dao_fetch_service_by_id(service_id)