From bc56b88f9d306e510044dc9fede0d36d8e88d8eb Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 26 Nov 2014 15:05:50 -0500 Subject: Unused import. --- pyramid/authentication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyramid/authentication.py b/pyramid/authentication.py index f4c211ffa..aefa180b5 100644 --- a/pyramid/authentication.py +++ b/pyramid/authentication.py @@ -3,7 +3,6 @@ from codecs import utf_8_decode from codecs import utf_8_encode import hashlib import base64 -import datetime import re import time as time_mod import warnings -- cgit v1.2.3