fossasia / open-event-server

Statement not reachable on execution PYL-W0101
Anti-pattern
Critical
5 months ago3 years old
 98def notify_ticket_purchase_organizer(order):
 99    # TODO: Need to discuss behaviour
100    return
101    event = order.event102    users = event.notify_staff
103    content = NotificationContent(
104        type=NotificationType.TICKET_PURCHASED_ORGANIZER,