mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Used isort to order all import statements
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import copy
|
||||
import json
|
||||
from django.conf import settings
|
||||
from django.db.models import TextField, SubfieldBase
|
||||
|
||||
from django import forms
|
||||
from django.conf import settings
|
||||
from django.db.models import SubfieldBase, TextField
|
||||
from django.utils import translation
|
||||
from django.utils.safestring import mark_safe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user