From 3899980b2be36c62f6ff6f488acee198f94500f5 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Mon, 16 Jul 2012 19:08:22 -0400 Subject: [PATCH] Not using these --- flask_security/core.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/flask_security/core.py b/flask_security/core.py index f4d8219..d0a632d 100644 --- a/flask_security/core.py +++ b/flask_security/core.py @@ -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)