From ff6b9f7279d7ee2efceae933da43f4a9b6459465 Mon Sep 17 00:00:00 2001 From: Jakob Kramer Date: Sun, 29 May 2011 19:17:44 +0200 Subject: [PATCH] don't import 're' --- mediagoblin/auth/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py index 8775d4c4..cf71be77 100644 --- a/mediagoblin/auth/views.py +++ b/mediagoblin/auth/views.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import re - from webob import Response, exc from mediagoblin.auth import lib as auth_lib -- 2.25.1