diff options
-rw-r--r-- | mediagoblin/auth/views.py | 2 |
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. -import re - from webob import Response, exc from mediagoblin.auth import lib as auth_lib |