indentation and imports cleaned up
[p2pool.git] / p2pool / util / expiring_dict.py
index 081e85b..153fc76 100644 (file)
@@ -1,6 +1,5 @@
 from __future__ import division
 
-import random
 import time
 
 from twisted.internet import task