Make pep8 happy again
authorSimo Sorce <simo@redhat.com>
Fri, 5 Dec 2014 20:54:02 +0000 (15:54 -0500)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Fri, 5 Dec 2014 20:55:35 +0000 (15:55 -0500)
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/providers/openid/store.py

index 9b426bc..66e0503 100755 (executable)
@@ -11,6 +11,7 @@ from openid.store.interface import OpenIDStore as OpenIDStoreInterface
 
 from time import time
 
+
 class OpenIDStore(Store, OpenIDStoreInterface):
     def __init__(self, database_url):
         Store.__init__(self, database_url=database_url)