mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-20 04:38:45 -04:00
Remove unnecessary pass statements. (#12206)
This commit is contained in:
parent
3b12f6d61b
commit
bc9dff1d95
11 changed files with 1 additions and 15 deletions
|
@ -124,7 +124,6 @@ class PasswordCustomAuthProvider:
|
|||
("m.login.password", ("password",)): self.check_auth,
|
||||
}
|
||||
)
|
||||
pass
|
||||
|
||||
def check_auth(self, *args):
|
||||
return mock_password_provider.check_auth(*args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue