gdc/trivial: remove unused import

This commit is contained in:
Frédéric Péters 2020-06-09 09:37:56 +02:00
parent 4e098b01d0
commit 3c402c72ab
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ try:
except ImportError:
phpserialize = None
from django.core.urlresolvers import reverse
from django.db import models
from django.utils.encoding import force_text
from django.utils.translation import ugettext_lazy as _
@ -86,7 +85,6 @@ class Gdc(BaseResource):
resp = self.requests.post(self.service_url, data=data)
return ET.ElementTree(ET.fromstring(resp.content))
@endpoint()
def communes(self, request, *args, **kwargs):
resp = self.call_soap('getListeCommune')