summary refs log tree commit diff
path: root/synapse/storage/stats.py
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2019-08-20 15:02:49 +0100
committerGitHub <noreply@github.com>2019-08-20 15:02:49 +0100
commitb5573c0ffb97059f672d465be7dd38c94854411d (patch)
treef12f137aea1df9c0bd354702b81440be01b09773 /synapse/storage/stats.py
parentAck, isort! (diff)
downloadsynapse-b5573c0ffb97059f672d465be7dd38c94854411d.tar.xz
Update synapse/storage/stats.py
Co-Authored-By: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'synapse/storage/stats.py')
-rw-r--r--synapse/storage/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py

index 4e0a3d4f6e..095924cae6 100644 --- a/synapse/storage/stats.py +++ b/synapse/storage/stats.py
@@ -68,7 +68,7 @@ class StatsStore(StateDeltasStore): ts: the timestamp to quantise, in seconds since the Unix Epoch Returns: - a timestamp which + int: a timestamp which - is divisible by the bucket size; - is no later than `ts`; and - is the largest such timestamp.