mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Force isort to treat typing in the py3.5 style, not py3.4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from enum import Enum
|
||||
from typing import List
|
||||
|
||||
from django.apps import apps
|
||||
from typing import List
|
||||
|
||||
|
||||
class PluginType(Enum):
|
||||
|
||||
Reference in New Issue
Block a user