summaryrefslogtreecommitdiff
path: root/packages/management
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-11 19:52:27 -0600
committerDan McGee <dan@archlinux.org>2011-12-11 19:52:27 -0600
commita60801bb7dbc18080e7f6106bcf9c707d2801c9d (patch)
tree12ba0f77316bbb87c1d15dc7d7d91a08fd85ed87 /packages/management
parente65d2bc6db279240a03fece91e5332f8602859dc (diff)
PyLint suggested cleanups
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'packages/management')
-rw-r--r--packages/management/commands/populate_signoffs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/management/commands/populate_signoffs.py b/packages/management/commands/populate_signoffs.py
index 42496e9d..97ba4146 100644
--- a/packages/management/commands/populate_signoffs.py
+++ b/packages/management/commands/populate_signoffs.py
@@ -15,7 +15,6 @@ import sys
from xml.etree.ElementTree import XML
from django.conf import settings
-from django.contrib.auth.models import User
from django.core.management.base import NoArgsCommand
from ...models import SignoffSpecification