fix pep8 too many lines

pull/14/head
Neil Johnson 6 years ago committed by GitHub
parent 5298d79fb5
commit 839a317c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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.

Loading…
Cancel
Save