Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Code formatting (Black)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
  • Loading branch information
reivilibre committed Aug 28, 2019
1 parent b9f1adc commit a344ad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synapse/storage/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ def _update_stats_delta_txn(

if complete_with_stream_id is not None:
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
self._upsert_with_additive_relatives_txn(
Expand Down

0 comments on commit a344ad3

Please sign in to comment.