mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Remove unused imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from itertools import product
|
||||
from django.db import transaction
|
||||
from django.forms import BooleanField, ModelForm
|
||||
from django.forms import BooleanField
|
||||
from django.utils.functional import cached_property
|
||||
|
||||
from django.views.generic import ListView
|
||||
|
||||
Reference in New Issue
Block a user