mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
Code formatting (Black)
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
This commit is contained in:
parent
b9f1adc370
commit
a344ad3d3f
1 changed files with 3 additions and 1 deletions
|
@ -183,7 +183,9 @@ class StatsStore(StateDeltasStore):
|
||||||
|
|
||||||
if complete_with_stream_id is not None:
|
if complete_with_stream_id is not None:
|
||||||
absolute_field_overrides = absolute_field_overrides.copy()
|
absolute_field_overrides = absolute_field_overrides.copy()
|
||||||
absolute_field_overrides["completed_delta_stream_id"] = complete_with_stream_id
|
absolute_field_overrides[
|
||||||
|
"completed_delta_stream_id"
|
||||||
|
] = complete_with_stream_id
|
||||||
|
|
||||||
# first upsert the `_current` table
|
# first upsert the `_current` table
|
||||||
self._upsert_with_additive_relatives_txn(
|
self._upsert_with_additive_relatives_txn(
|
||||||
|
|
Loading…
Reference in a new issue