Lint
This commit is contained in:
parent
70804392ae
commit
b9cba07962
|
@ -901,7 +901,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
|
|||
"select_keywords": select_keywords,
|
||||
"join_clause": join_clause,
|
||||
"bounds": bounds,
|
||||
"order": order
|
||||
"order": order,
|
||||
}
|
||||
|
||||
txn.execute(sql, args)
|
||||
|
|
Loading…
Reference in New Issue