mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Use consistent flake8 settings everywhere and fix flake8 issues
This commit is contained in:
@@ -15,7 +15,7 @@ from pretix.base.i18n import (
|
||||
LazyDate, LazyLocaleException, LazyNumber, language,
|
||||
)
|
||||
from pretix.base.models import (
|
||||
CartPosition, Event, EventLock, Item, ItemVariation, Order, OrderPosition,
|
||||
CartPosition, Event, Item, ItemVariation, Order, OrderPosition,
|
||||
Quota, User,
|
||||
)
|
||||
from pretix.base.models.orders import InvoiceAddress
|
||||
|
||||
Reference in New Issue
Block a user