mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-02 17:21:01 +01:00
Remove unused string formatting param
This commit is contained in:
parent
5494c1d71e
commit
a17e901f4d
@ -736,7 +736,6 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
|
|||||||
) % {
|
) % {
|
||||||
"bounds": bounds,
|
"bounds": bounds,
|
||||||
"order": order,
|
"order": order,
|
||||||
"limit": limit_str
|
|
||||||
}
|
}
|
||||||
|
|
||||||
txn.execute(sql, args)
|
txn.execute(sql, args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user