mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-26 08:00:07 +03:00
Fixed import error in resources.py
This commit is contained in:
parent
ffe2c6d558
commit
1d227a67bb
|
@ -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
|
import views, generics
|
||||||
|
|
||||||
|
|
||||||
def wrapped(source, dest):
|
def wrapped(source, dest):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user