mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-30 14:14:30 -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
|
@ -48,8 +48,6 @@ class ExternalIDReuseException(Exception):
|
|||
"""Exception if writing an external id for a user fails,
|
||||
because this external id is given to an other user."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
@attr.s(frozen=True, slots=True, auto_attribs=True)
|
||||
class TokenLookupResult:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue