diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-08 17:39:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 17:39:04 +0100 |
commit | 839a317c9627ff0d61f91504a2cfca275f31d7b2 (patch) | |
tree | 0a37fe9e4590c580e0c81f107b6772d95555b19f /synapse | |
parent | Merge branch 'develop' into neilj/disable_hs (diff) | |
download | synapse-839a317c9627ff0d61f91504a2cfca275f31d7b2.tar.xz |
fix pep8 too many lines
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/errors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/api/errors.py b/synapse/api/errors.py index 69e6ffb5a3..dc3bed5fcb 100644 --- a/synapse/api/errors.py +++ b/synapse/api/errors.py @@ -62,7 +62,6 @@ class Codes(object): INCOMPATIBLE_ROOM_VERSION = "M_INCOMPATIBLE_ROOM_VERSION" - class CodeMessageException(RuntimeError): """An exception with integer code and message string attributes. |