fix imports

This commit is contained in:
imperosol
2024-11-27 19:02:48 +01:00
parent 76e9f3b1dc
commit 10f42b1522
7 changed files with 36 additions and 71 deletions

View File

@ -21,6 +21,7 @@ from django.views.generic.edit import CreateView, UpdateView
from core.views import CanViewMixin
from counter.forms import EticketForm
from counter.models import Eticket, Selling
from counter.views.mixins import CounterAdminMixin, CounterAdminTabsMixin
class EticketListView(CounterAdminTabsMixin, CounterAdminMixin, ListView):