Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove another unused class var
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Aug 21, 2020
1 parent 0a2b11f commit 1d79f7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/rest/client/v2_alpha/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def __init__(self, hs: "HomeServer"):
"""
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:
Expand Down

0 comments on commit 1d79f7b

Please sign in to comment.