From 4f9db3020a85835889659bc18b0d4dd5607450a8 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 21 Jul 2016 20:04:30 +0000 Subject: [PATCH] Removed an unused import. - Legacy-Id: 11735 --- ietf/community/resources.py | 1 - 1 file changed, 1 deletion(-) 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: