chore: format files using isort (pre-commit)
This commit is contained in:
parent
20ed5f0d52
commit
cff619679b
226 changed files with 483 additions and 735 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import pytest
|
||||
|
||||
from funkwhale_api.audio import filters
|
||||
from funkwhale_api.audio import models
|
||||
from funkwhale_api.audio import filters, models
|
||||
|
||||
|
||||
def test_channel_filter_subscribed_true(factories, mocker, queryset_equal_list):
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import pytest
|
||||
|
||||
from django.urls import reverse
|
||||
|
||||
from funkwhale_api.federation import utils as federation_utils
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import uuid
|
|||
import feedparser
|
||||
import pytest
|
||||
import pytz
|
||||
|
||||
from django.templatetags.static import static
|
||||
from django.urls import reverse
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import pytest
|
||||
|
||||
import urllib.parse
|
||||
|
||||
import pytest
|
||||
from django.urls import reverse
|
||||
|
||||
from funkwhale_api.common import utils
|
||||
|
|
|
|||
|
|
@ -1,13 +1,8 @@
|
|||
import pytest
|
||||
|
||||
from django.urls import reverse
|
||||
|
||||
from funkwhale_api.audio import categories
|
||||
from funkwhale_api.audio import renderers
|
||||
from funkwhale_api.audio import serializers
|
||||
from funkwhale_api.audio import views
|
||||
from funkwhale_api.common import locales
|
||||
from funkwhale_api.common import utils
|
||||
from funkwhale_api.audio import categories, renderers, serializers, views
|
||||
from funkwhale_api.common import locales, utils
|
||||
|
||||
|
||||
def test_channel_create(logged_in_api_client):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue