diff options
author | Neil Johnson <neil@matrix.org> | 2019-01-30 16:11:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 16:11:36 +0000 |
commit | 81b7e7eed323f55d6550e7a270a9dc2c4c7b0fe0 (patch) | |
tree | 944fa73660daa74d15bfcf3372137b2bd8a0b1b6 /synapse/api | |
parent | 0.99.0rc1 (diff) | |
download | synapse-81b7e7eed323f55d6550e7a270a9dc2c4c7b0fe0.tar.xz |
Update constants.py
remove trailing ,
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/constants.py | 2 |
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" |