Fix formatting

pull/65/head
Mark Haines 2015-02-11 15:02:35 +00:00
parent f5a70e0d2e
commit aff892ce79
1 changed files with 0 additions and 2 deletions

View File

@ -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()