Remove unused string formatting param

This commit is contained in:
Erik Johnston 2018-05-22 18:24:32 +01:00
parent 5494c1d71e
commit a17e901f4d
1 changed files with 0 additions and 1 deletions

View File

@ -736,7 +736,6 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
) % {
"bounds": bounds,
"order": order,
"limit": limit_str
}
txn.execute(sql, args)