summaryrefslogtreecommitdiffstats
path: root/packages/management/commands/populate_signoffs.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/management/commands/populate_signoffs.py')
-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 42496e9..97ba414 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