0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 10:18:54 +02:00

Update constants.py

remove trailing ,
This commit is contained in:
Neil Johnson 2019-01-30 16:11:36 +00:00 committed by GitHub
parent a5d0c771a3
commit 81b7e7eed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ class RoomVersions(object):
class RoomDisposition(object):
STABLE = "stable",
STABLE = "stable"
UNSTABLE = "unstable"