mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Fix broken import
This commit is contained in:
parent
ffe2c6d558
commit
d3e0ac864f
|
@ -1,7 +1,7 @@
|
|||
from functools import update_wrapper
|
||||
import inspect
|
||||
from django.utils.decorators import classonlymethod
|
||||
from djanorestframework import views, generics
|
||||
from rest_framework import views, generics
|
||||
|
||||
|
||||
def wrapped(source, dest):
|
||||
|
|
Loading…
Reference in New Issue
Block a user