From 1d79f7b22bc31cfb0cd5d23710678b77a6989b7d Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 21 Aug 2020 17:24:44 +0100 Subject: [PATCH] Remove another unused class var --- synapse/rest/client/v2_alpha/account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py index e91db435cf..158ef7ec8c 100644 --- a/synapse/rest/client/v2_alpha/account.py +++ b/synapse/rest/client/v2_alpha/account.py @@ -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: