codestyle

This commit is contained in:
Jonas Winkler
2020-11-18 22:41:14 +01:00
parent 90ead9bf8d
commit 8c40c54421
9 changed files with 8 additions and 19 deletions

View File

@@ -2,11 +2,10 @@ import os
import shutil
import tempfile
from unittest import mock
from unittest.mock import MagicMock
from django.contrib.auth.models import User
from django.test import override_settings
from rest_framework.test import APITestCase, APIClient
from rest_framework.test import APITestCase
from documents.models import Document, Correspondent, DocumentType, Tag