Fixed reverse import in django.urls

This commit is contained in:
Eliot Berriot 2017-12-16 14:32:52 +01:00
commit 3396329c19
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
12 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
import json
from test_plus.test import TestCase
from django.core.urlresolvers import reverse
from django.urls import reverse
from funkwhale_api.music.models import Track, Artist
from funkwhale_api.favorites.models import TrackFavorite