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

Commit

Permalink
Remove unnecessary pass statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Oct 18, 2021
1 parent a5fee61 commit d77ba6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions synapse/api/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,10 @@ def __init__(self, msg: str):
class LoginError(SynapseError):
"""An error raised when there was a problem logging in."""

pass


class StoreError(SynapseError):
"""An error raised when there was a problem storing some data."""

pass


class InvalidCaptchaError(SynapseError):
def __init__(
Expand Down

0 comments on commit d77ba6d

Please sign in to comment.