diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-15 16:17:36 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-15 16:17:36 +0100 |
commit | d260a42ca279fbca46f85b2c96bddc4f814ecef3 (patch) | |
tree | 41a27d45cdd901555b3e877d45b757848d199f7f /synapse/api | |
parent | Comment. (diff) | |
download | synapse-d260a42ca279fbca46f85b2c96bddc4f814ecef3.tar.xz |
PEP8 cleanups
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/events/room.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/events/room.py b/synapse/api/events/room.py index d9b3d572fa..dbf537fb88 100644 --- a/synapse/api/events/room.py +++ b/synapse/api/events/room.py @@ -20,6 +20,7 @@ class GenericEvent(SynapseEvent): def get_content_template(self): return {} + class RoomTopicEvent(SynapseEvent): TYPE = "m.room.topic" |