1
0

Remove another unused class var

This commit is contained in:
Andrew Morgan
2020-08-21 17:24:44 +01:00
parent 0a2b11f361
commit 1d79f7b22b
-1
View File
@@ -215,7 +215,6 @@ class PasswordResetConfirmationSubmitTokenServlet(RestServlet):
"""
super(PasswordResetConfirmationSubmitTokenServlet, self).__init__()
self.hs = hs
self.auth = hs.get_auth()
self.clock = hs.get_clock()
self.store = hs.get_datastore()
if hs.config.threepid_behaviour_email == ThreepidBehaviour.LOCAL: