try to make flake8 and isort happy

This commit is contained in:
Hubert Chathi 2018-09-06 11:23:16 -04:00
parent 16a31c6fce
commit 3801b8aa03
5 changed files with 17 additions and 10 deletions

View file

@ -326,6 +326,7 @@ class RoomKeysVersionError(SynapseError):
)
self.current_version = current_version
class IncompatibleRoomVersionError(SynapseError):
"""A server is trying to join a room whose version it does not support."""