mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fixing import order
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Generated by Django 2.2 on 2019-05-09 07:36
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
import jsonfallback.fields
|
||||
from django.db import migrations, models
|
||||
|
||||
import pretix.base.models.fields
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user