summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-01-30 16:11:36 +0000
committerGitHub <noreply@github.com>2019-01-30 16:11:36 +0000
commit81b7e7eed323f55d6550e7a270a9dc2c4c7b0fe0 (patch)
tree944fa73660daa74d15bfcf3372137b2bd8a0b1b6
parent0.99.0rc1 (diff)
downloadsynapse-81b7e7eed323f55d6550e7a270a9dc2c4c7b0fe0.tar.xz
Update constants.py
remove trailing ,
-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 0cbae9429b..fedfb92b3e 100644
--- a/synapse/api/constants.py
+++ b/synapse/api/constants.py
@@ -109,7 +109,7 @@ class RoomVersions(object):
 
 
 class RoomDisposition(object):
-    STABLE = "stable",
+    STABLE = "stable"
     UNSTABLE = "unstable"