Fixed reverse import in django.urls
This commit is contained in:
parent
e04c0ef4c0
commit
3396329c19
12 changed files with 12 additions and 12 deletions
|
|
@ -2,7 +2,7 @@ import json
|
|||
from collections import OrderedDict
|
||||
import unittest
|
||||
from test_plus.test import TestCase
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
from funkwhale_api.providers.youtube.client import client
|
||||
|
||||
from . import data as api_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue