core: fix import order
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
cada292e00
commit
d6b1a22563
|
@ -1,6 +1,6 @@
|
|||
"""Interface views"""
|
||||
from typing import Any
|
||||
from json import dumps
|
||||
from typing import Any
|
||||
|
||||
from django.shortcuts import get_object_or_404
|
||||
from django.views.generic.base import TemplateView
|
||||
|
|
Reference in New Issue