From 81b7e7eed323f55d6550e7a270a9dc2c4c7b0fe0 Mon Sep 17 00:00:00 2001
From: Neil Johnson <neil@matrix.org>
Date: Wed, 30 Jan 2019 16:11:36 +0000
Subject: [PATCH] Update constants.py

remove trailing ,
---
 synapse/api/constants.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
 
-- 
GitLab