mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 03:09:55 +02:00
See #297: sorted imports
This commit is contained in:
parent
9427f8b56e
commit
9bea804f14
132 changed files with 223 additions and 368 deletions
|
@ -1,19 +1,16 @@
|
|||
import datetime
|
||||
import factory
|
||||
import pytest
|
||||
import requests_mock
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
import factory
|
||||
import pytest
|
||||
import requests_mock
|
||||
from django.contrib.auth.models import AnonymousUser
|
||||
from django.core.cache import cache as django_cache
|
||||
from django.test import client
|
||||
|
||||
from dynamic_preferences.registries import global_preferences_registry
|
||||
|
||||
from rest_framework import fields as rest_fields
|
||||
from rest_framework.test import APIClient
|
||||
from rest_framework.test import APIRequestFactory
|
||||
from rest_framework.test import APIClient, APIRequestFactory
|
||||
|
||||
from funkwhale_api.activity import record
|
||||
from funkwhale_api.users.permissions import HasUserPermission
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue