Remove unnecessary pass statements. (#12206)

This commit is contained in:
Patrick Cloke 2022-03-11 07:06:21 -05:00 committed by GitHub
parent 3b12f6d61b
commit bc9dff1d95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1 additions and 15 deletions

View file

@ -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)