mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 11:05:49 +03:00
Fix formatting
This commit is contained in:
parent
f5a70e0d2e
commit
aff892ce79
1 changed files with 0 additions and 2 deletions
|
@ -595,7 +595,6 @@ class SQLBaseStore(object):
|
|||
finally:
|
||||
start_time = update_counter("event_cache", start_time)
|
||||
|
||||
|
||||
sql = (
|
||||
"SELECT e.internal_metadata, e.json, r.event_id, rej.reason "
|
||||
"FROM event_json as e "
|
||||
|
@ -605,7 +604,6 @@ class SQLBaseStore(object):
|
|||
"LIMIT 1 "
|
||||
)
|
||||
|
||||
|
||||
txn.execute(sql, (event_id,))
|
||||
|
||||
res = txn.fetchone()
|
||||
|
|
Loading…
Reference in a new issue