style nit
This commit is contained in:
parent
ebfe64e3d6
commit
630caf8a70
|
@ -528,7 +528,7 @@ class EventsStore(SQLBaseStore):
|
||||||
# I don't think this can happen, but let's double-check
|
# I don't think this can happen, but let's double-check
|
||||||
raise Exception(
|
raise Exception(
|
||||||
"Context for new extremity event %s has no state "
|
"Context for new extremity event %s has no state "
|
||||||
"group" % event_id,
|
"group" % (event_id, ),
|
||||||
)
|
)
|
||||||
|
|
||||||
# If we've already seen the state group don't bother adding
|
# If we've already seen the state group don't bother adding
|
||||||
|
|
Loading…
Reference in New Issue