pylint: remove unused import

This commit is contained in:
Frédéric Péters 2016-07-26 22:54:38 +02:00
parent 73f37912b6
commit 843d423f7d
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ import json
from django.conf import settings
from django.http import Http404, HttpResponse
from django.utils.translation import ugettext_lazy as _
def services_js(request, *args, **kwargs):
if not getattr(settings, 'KNOWN_SERVICES', None):