remove unused import

This commit is contained in:
Christophe Boulanger 2019-12-04 11:04:59 +01:00
parent 8f2b714580
commit 17cbebe1b1
1 changed files with 1 additions and 3 deletions

View File

@ -15,13 +15,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import unicodedata
import urlparse
import requests
from django.core.urlresolvers import reverse
from django.db import models
from django.utils.translation import ugettext_lazy as _
from passerelle.base.models import BaseResource
from passerelle.utils.api import endpoint