We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9e33d commit 4f9db30Copy full SHA for 4f9db30
1 file changed
ietf/community/resources.py
@@ -31,7 +31,6 @@ class Meta:
31
}
32
api.community.register(CommunityListResource())
33
34
-from ietf.doc.resources import DocumentResource
35
class SearchRuleResource(ModelResource):
36
community_list = ToOneField(CommunityListResource, 'community_list')
37
class Meta:
0 commit comments