From 234bf093ff2d48426cb1e6adb0f3520507508ab5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 20 Apr 2020 17:46:27 +0200 Subject: [PATCH] Fix isort issues --- ...108_auto_20190201_1527_squashed_0141_seat_sorting_rank.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pretix/base/migrations/0108_auto_20190201_1527_squashed_0141_seat_sorting_rank.py b/src/pretix/base/migrations/0108_auto_20190201_1527_squashed_0141_seat_sorting_rank.py index 3005c513d..280f9e1e0 100644 --- a/src/pretix/base/migrations/0108_auto_20190201_1527_squashed_0141_seat_sorting_rank.py +++ b/src/pretix/base/migrations/0108_auto_20190201_1527_squashed_0141_seat_sorting_rank.py @@ -1,11 +1,12 @@ # Generated by Django 3.0.4 on 2020-04-20 15:06 from decimal import Decimal + +import django.db.models.deletion +import jsonfallback.fields from django.conf import settings from django.core.cache import cache from django.db import migrations, models -import django.db.models.deletion -import jsonfallback.fields from django.db.models import Count import pretix.base.models.base