mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-05 00:08:49 -04:00
Update black to 19.10b0 (#6304)
* update version of black and also fix the mypy config being overridden
This commit is contained in:
parent
dfe0cd71b6
commit
020add5099
41 changed files with 191 additions and 166 deletions
|
@ -672,7 +672,7 @@ class SearchStore(SearchBackgroundUpdateStore):
|
|||
)
|
||||
)
|
||||
txn.execute(query, (value, search_query))
|
||||
headline, = txn.fetchall()[0]
|
||||
(headline,) = txn.fetchall()[0]
|
||||
|
||||
# Now we need to pick the possible highlights out of the haedline
|
||||
# result.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue