From cc994f146e420b5caf6a3c01b8764b9b4d601ec4 Mon Sep 17 00:00:00 2001 From: Guidedriver0 Date: Sat, 17 Feb 2024 00:45:43 +0000 Subject: [PATCH] more things --- uobtheatre/bookings/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uobtheatre/bookings/models.py b/uobtheatre/bookings/models.py index 27cae1850..61d4fea1e 100644 --- a/uobtheatre/bookings/models.py +++ b/uobtheatre/bookings/models.py @@ -12,7 +12,7 @@ from django.utils.functional import cached_property from graphql_relay.node.node import to_global_id -#import uobtheatre.bookings.emails as booking_emails +import uobtheatre.bookings.emails as booking_emails from uobtheatre.discounts.models import ConcessionType, DiscountCombination from uobtheatre.payments.exceptions import ( CantBePaidForException,