mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-23 12:50:33 +08:00
Not using these
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user