mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-03 21:28:57 +01:00
more pep8
This commit is contained in:
parent
af59826a2f
commit
2dee03aee5
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class RegistrationStore(SQLBaseStore):
|
||||||
txn.execute(
|
txn.execute(
|
||||||
"SELECT id, token FROM access_tokens "
|
"SELECT id, token FROM access_tokens "
|
||||||
"WHERE user_id = ? AND id not in LIMIT 50",
|
"WHERE user_id = ? AND id not in LIMIT 50",
|
||||||
(user_id,except_token_ids)
|
(user_id, except_token_ids)
|
||||||
)
|
)
|
||||||
rows = txn.fetchall()
|
rows = txn.fetchall()
|
||||||
for r in rows:
|
for r in rows:
|
||||||
|
|
Loading…
Reference in a new issue