Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
HalynaRohatska committed Sep 2, 2024
1 parent 2a0b7b8 commit 49d77fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.db import transaction
from django.db.models import QuerySet

from db.models import Order, Ticket, MovieSession
from db.models import Order, Ticket


def create_order(
Expand Down

0 comments on commit 49d77fd

Please sign in to comment.