From 9c33078a40d006ed33defd9945316639e03bc5a8 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 1 Nov 2022 17:15:27 +0100 Subject: [PATCH] Fix isort error --- src/pretix/plugins/reports/exporters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/reports/exporters.py b/src/pretix/plugins/reports/exporters.py index 1794bc0bfa..e62a61d30b 100644 --- a/src/pretix/plugins/reports/exporters.py +++ b/src/pretix/plugins/reports/exporters.py @@ -52,8 +52,8 @@ from django.utils.translation import gettext as _, gettext_lazy, pgettext from django_countries.fields import Country from reportlab.lib import colors from reportlab.lib.enums import TA_CENTER -from reportlab.platypus import PageBreak, Paragraph, Spacer, Table, TableStyle from reportlab.lib.units import mm +from reportlab.platypus import PageBreak, Paragraph, Spacer, Table, TableStyle from pretix.base.decimal import round_decimal from pretix.base.exporter import BaseExporter, MultiSheetListExporter