Removed an unused import.

- Legacy-Id: 11735
This commit is contained in:
Henrik Levkowetz 2016-07-21 20:04:30 +00:00
parent 3f9e33d2e8
commit 4f9db3020a

View file

@ -31,7 +31,6 @@ class CommunityListResource(ModelResource):
}
api.community.register(CommunityListResource())
from ietf.doc.resources import DocumentResource
class SearchRuleResource(ModelResource):
community_list = ToOneField(CommunityListResource, 'community_list')
class Meta: