mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Dear PyCharm, please indent sensibly for me. Thx.
This commit is contained in:
parent
aa11db5f11
commit
57c444b3ad
2 changed files with 3 additions and 3 deletions
|
@ -212,7 +212,7 @@ class RegistrationStore(SQLBaseStore):
|
|||
def f(txn):
|
||||
txn.execute(
|
||||
"SELECT id, token FROM access_tokens WHERE user_id = ? LIMIT 50",
|
||||
(user_id,)
|
||||
(user_id,)
|
||||
)
|
||||
rows = txn.fetchall()
|
||||
for r in rows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue