forked from CGM_Public/pretix_original
Force isort to treat typing in the py3.5 style, not py3.4
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from decimal import Decimal
|
||||
from typing import Any, Dict, Iterable, List, Tuple
|
||||
|
||||
from django.db.models import Count, Sum
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from typing import Any, Dict, Iterable, List, Tuple
|
||||
|
||||
from pretix.base.models import Event, Item, ItemCategory, Order, OrderPosition
|
||||
from pretix.base.signals import register_payment_providers
|
||||
|
||||
Reference in New Issue
Block a user