fix pep8 too many lines

This commit is contained in:
Neil Johnson 2018-08-08 17:39:04 +01:00 committed by GitHub
parent 5298d79fb5
commit 839a317c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.