Make pyflakes happier sorting out tastypie.resources.ModelResource.
- Legacy-Id: 12037
This commit is contained in:
parent
f278ea74c0
commit
c11f3b5ee7
|
@ -10,6 +10,7 @@ from django.core.urlresolvers import reverse
|
|||
from django.utils.encoding import force_text
|
||||
|
||||
import tastypie
|
||||
import tastypie.resources
|
||||
from tastypie.api import Api
|
||||
from tastypie.bundle import Bundle
|
||||
from tastypie.serializers import Serializer as BaseSerializer
|
||||
|
|
Loading…
Reference in a new issue