Not using these

This commit is contained in:
Matt Wright
2012-07-16 19:08:22 -04:00
parent f170cb434c
commit 3899980b2b
-3
View File
@@ -207,9 +207,6 @@ class Security(object):
:param datastore: An instance of a user datastore.
"""
def __init__(self, app=None, datastore=None, **kwargs):
self.app = app
self.datastore = datastore
if app is not None and datastore is not None:
self.init_app(app, datastore, **kwargs)