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,9 @@
|
||||
from typing import Any, Callable, List, Tuple
|
||||
|
||||
import django.dispatch
|
||||
from django.apps import apps
|
||||
from django.conf import settings
|
||||
from django.dispatch.dispatcher import NO_RECEIVERS
|
||||
from typing import Any, Callable, List, Tuple
|
||||
|
||||
from .models import Event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user