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"