more pep8

pull/641/head
David Baker 2016-03-11 14:38:23 +00:00
parent af59826a2f
commit 2dee03aee5
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class RegistrationStore(SQLBaseStore):
txn.execute(
"SELECT id, token FROM access_tokens "
"WHERE user_id = ? AND id not in LIMIT 50",
(user_id,except_token_ids)
(user_id, except_token_ids)
)
rows = txn.fetchall()
for r in rows: