From 5707b25f6f630117ce2df32609a2a33b36e0f1ff Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 19 Oct 2012 23:32:17 +0100 Subject: [PATCH] Remove unneeded import --- django-testauth/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django-testauth/auth.py b/django-testauth/auth.py index ef3c3e3..bb1d871 100644 --- a/django-testauth/auth.py +++ b/django-testauth/auth.py @@ -1,4 +1,3 @@ -import hashlib from string import lower import django.utils.simplejson as json import urllib