mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-10 22:14:57 -04:00
Update constants.py
remove trailing ,
This commit is contained in:
parent
a5d0c771a3
commit
81b7e7eed3
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class RoomVersions(object):
|
||||||
|
|
||||||
|
|
||||||
class RoomDisposition(object):
|
class RoomDisposition(object):
|
||||||
STABLE = "stable",
|
STABLE = "stable"
|
||||||
UNSTABLE = "unstable"
|
UNSTABLE = "unstable"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue