aboutsummaryrefslogtreecommitdiff
path: root/linaro_django_xmlrpc
diff options
context:
space:
mode:
authorRĂ©mi Duraffort <remi.duraffort@linaro.org>2016-11-28 10:29:54 +0100
committerNeil Williams <neil.williams@linaro.org>2016-11-29 09:17:25 +0000
commit37a94aafce9e4debfbf692c048ed06d88301977a (patch)
treec9fcbcdb4b9d96b8937ddad16743071a5baa6750 /linaro_django_xmlrpc
parentb5ee513bb9ad0ff13b47b9001f7b133492a99884 (diff)
Fix prospector warnings
Change-Id: Ifcfd5d1f635f254c79755bd5fbcbfc580df9c83c
Diffstat (limited to 'linaro_django_xmlrpc')
-rw-r--r--linaro_django_xmlrpc/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/linaro_django_xmlrpc/models.py b/linaro_django_xmlrpc/models.py
index 9cf3c0a20..2c1e8abcc 100644
--- a/linaro_django_xmlrpc/models.py
+++ b/linaro_django_xmlrpc/models.py
@@ -24,7 +24,6 @@ import inspect
import logging
import random
import xmlrpclib
-import traceback
from django.contrib.auth.models import User
from django.db import models
from django.utils import timezone