mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
fix code style
This commit is contained in:
parent
3b4984871a
commit
2cefc9bb14
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue