1
0

Update synapse/rest/client/v2_alpha/account.py

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Andrew Morgan
2020-08-28 14:15:25 +01:00
committed by GitHub
parent 3f4e350cd9
commit d6addba84e
+1 -1
View File
@@ -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()