*: replace shortcuts.reverse with urls.reverse
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
"""PropertyMapping API Views"""
|
||||
from django.shortcuts import reverse
|
||||
from django.urls import reverse
|
||||
from drf_yasg2.utils import swagger_auto_schema
|
||||
from rest_framework.decorators import action
|
||||
from rest_framework.request import Request
|
||||
|
||||
Reference in New Issue
Block a user