global: fix import order

This commit is contained in:
Jens Langhammer
2020-02-14 15:17:40 +01:00
parent d5b9de3569
commit 2be026dd44
3 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@ from hashlib import md5
from urllib.parse import urlencode
from django import template
from django.template import Context
from django.apps import apps
from django.db.models import Model
from django.template import Context
from django.utils.html import escape
from django.utils.translation import ugettext as _