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

Commit

Permalink
Remove duplicated error definitions, likely due to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Sep 2, 2020
1 parent f87bf7e commit fedb89a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions synapse/api/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ class Codes(object):
INVALID_SIGNATURE = "M_INVALID_SIGNATURE"
USER_DEACTIVATED = "M_USER_DEACTIVATED"
BAD_ALIAS = "M_BAD_ALIAS"
PASSWORD_TOO_SHORT = "M_PASSWORD_TOO_SHORT"
PASSWORD_NO_DIGIT = "M_PASSWORD_NO_DIGIT"
PASSWORD_NO_UPPERCASE = "M_PASSWORD_NO_UPPERCASE"
PASSWORD_NO_LOWERCASE = "M_PASSWORD_NO_LOWERCASE"
PASSWORD_NO_SYMBOL = "M_PASSWORD_NO_SYMBOL"
PASSWORD_IN_DICTIONARY = "M_PASSWORD_IN_DICTIONARY"
WEAK_PASSWORD = "M_WEAK_PASSWORD"


class CodeMessageException(RuntimeError):
Expand Down

0 comments on commit fedb89a

Please sign in to comment.