diff --git a/ietf/community/resources.py b/ietf/community/resources.py index d2c9f9209..0e114628c 100644 --- a/ietf/community/resources.py +++ b/ietf/community/resources.py @@ -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: