fix code style

This commit is contained in:
JensDiemer 2022-08-14 15:16:43 +02:00
parent 3b4984871a
commit 2cefc9bb14

View file

@ -5,6 +5,7 @@ from django.contrib.auth.models import User
from django.test import override_settings
from django.test.testcases import TestCase
from django.urls.base import reverse
from django_yunohost_integration.test_utils import generate_basic_auth
from django_yunohost_integration.views import request_media_debug_view