summary refs log tree commit diff
path: root/synapse/api/constants.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-09 14:49:11 +0000
committerErik Johnston <erik@matrix.org>2014-12-09 14:49:11 +0000
commit008303b245944a41bca644a5ffdd2e9dfdebb338 (patch)
treec122a9144c48b0d04c326cf61dc8c1ddbcbde05c /synapse/api/constants.py
parentFix joining from an invite (diff)
downloadsynapse-008303b245944a41bca644a5ffdd2e9dfdebb338.tar.xz
PEP8
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r--synapse/api/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py

index acf50e42ab..7e8c892b64 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py
@@ -67,4 +67,4 @@ class EventTypes(object): JoinRules = "m.room.join_rules" PowerLevels = "m.room.power_levels" Aliases = "m.room.aliases" - Redaction = "m.room.redaction" \ No newline at end of file + Redaction = "m.room.redaction"