Fix linter issues

This commit is contained in:
Raphael Michel
2021-10-22 12:58:45 +02:00
parent 7697018ca4
commit c957d77fe0
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ Upgrade to 4.4.0 or newer
""""""""""""""""""""""""" """""""""""""""""""""""""
pretix 4.4 introduces a new data structure to store historical financial data. If you already have existing pretix 4.4 introduces a new data structure to store historical financial data. If you already have existing
data in your database, you will need to backfill this data or you might get incorrect reports! This is not data in your database, you will need to back-fill this data or you might get incorrect reports! This is not
done automatically as part of the usual update steps since it can take a while on large databases and you might done automatically as part of the usual update steps since it can take a while on large databases and you might
want to do it in parallel while the system is already running again. Please execute the following command:: want to do it in parallel while the system is already running again. Please execute the following command::

View File

@@ -42,8 +42,9 @@ from .notifications import NotificationSetting
from .orders import ( from .orders import (
AbstractPosition, CachedCombinedTicket, CachedTicket, CartPosition, AbstractPosition, CachedCombinedTicket, CachedTicket, CartPosition,
InvoiceAddress, Order, OrderFee, OrderPayment, OrderPosition, OrderRefund, InvoiceAddress, Order, OrderFee, OrderPayment, OrderPosition, OrderRefund,
QuestionAnswer, RevokedTicketSecret, Transaction, cachedcombinedticket_name, QuestionAnswer, RevokedTicketSecret, Transaction,
cachedticket_name, generate_position_secret, generate_secret, cachedcombinedticket_name, cachedticket_name, generate_position_secret,
generate_secret,
) )
from .organizer import ( from .organizer import (
Organizer, Organizer_SettingsStore, Team, TeamAPIToken, TeamInvite, Organizer, Organizer_SettingsStore, Team, TeamAPIToken, TeamInvite,