mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 13:19:28 +02:00
Fixed reverse import in django.urls
This commit is contained in:
parent
e04c0ef4c0
commit
3396329c19
12 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
import json
|
||||
import unittest
|
||||
from test_plus.test import TestCase
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
|
||||
from funkwhale_api.music import models
|
||||
from funkwhale_api.utils.tests import TMPDirTestCaseMixin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue