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
|
|
@ -3,12 +3,12 @@ from __future__ import unicode_literals
|
|||
|
||||
from django.conf import settings
|
||||
from django.conf.urls import url
|
||||
from django.urls import include, path
|
||||
from django.conf.urls.static import static
|
||||
from funkwhale_api.common import admin
|
||||
from django.urls import include, path
|
||||
from django.views import defaults as default_views
|
||||
|
||||
from config import plugins
|
||||
from funkwhale_api.common import admin
|
||||
|
||||
plugins_patterns = plugins.trigger_filter(plugins.URLS, [], enabled=True)
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ from django.conf.urls import include, url
|
|||
|
||||
from funkwhale_api.activity import views as activity_views
|
||||
from funkwhale_api.audio import views as audio_views
|
||||
from funkwhale_api.common import views as common_views
|
||||
from funkwhale_api.common import routers as common_routers
|
||||
from funkwhale_api.common import views as common_views
|
||||
from funkwhale_api.music import views
|
||||
from funkwhale_api.playlists import views as playlists_views
|
||||
from funkwhale_api.tags import views as tags_views
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ from funkwhale_api.audio import spa_views as audio_spa_views
|
|||
from funkwhale_api.federation import spa_views as federation_spa_views
|
||||
from funkwhale_api.music import spa_views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
urls.re_path(
|
||||
r"^library/tracks/(?P<pk>\d+)/?$", spa_views.library_track, name="library_track"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue