From 1879e440a7f50619d20940430ac7b9badb0ad1d1 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 23 Aug 2024 15:24:56 +0200 Subject: [PATCH] Fix isort issue --- src/pretix/control/views/vouchers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/views/vouchers.py b/src/pretix/control/views/vouchers.py index ff0a1b1e8..5d9774cac 100644 --- a/src/pretix/control/views/vouchers.py +++ b/src/pretix/control/views/vouchers.py @@ -50,7 +50,7 @@ from django.http import ( from django.shortcuts import redirect, render from django.urls import resolve, reverse from django.utils.functional import cached_property -from django.utils.html import format_html, escape +from django.utils.html import escape, format_html from django.utils.safestring import mark_safe from django.utils.timezone import now from django.utils.translation import gettext_lazy as _