From d6addba84e86a8f3197a8be9efec99981b5b2d71 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Fri, 28 Aug 2020 14:15:25 +0100 Subject: Update synapse/rest/client/v2_alpha/account.py Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- synapse/rest/client/v2_alpha/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py index 72ec0960cb..67b5bf049c 100644 --- a/synapse/rest/client/v2_alpha/account.py +++ b/synapse/rest/client/v2_alpha/account.py @@ -217,7 +217,7 @@ class PasswordResetConfirmationSubmitTokenServlet(RestServlet): Args: hs: server """ - super(PasswordResetConfirmationSubmitTokenServlet, self).__init__() + super().__init__() self.hs = hs self.clock = hs.get_clock() self.store = hs.get_datastore() -- cgit 1.5.1