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