From 4a97eef0dc49ee8f3c446221f0fcbb0e65ece113 Mon Sep 17 00:00:00 2001 From: reivilibre <38398653+reivilibre@users.noreply.github.com> Date: Tue, 20 Aug 2019 15:12:21 +0100 Subject: [PATCH] Update synapse/storage/stats.py Co-Authored-By: Erik Johnston --- synapse/storage/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py index 095924cae6..0445b97b4a 100644 --- a/synapse/storage/stats.py +++ b/synapse/storage/stats.py @@ -65,7 +65,7 @@ class StatsStore(StateDeltasStore): Quantises a timestamp to be a multiple of the bucket size. Args: - ts: the timestamp to quantise, in seconds since the Unix Epoch + ts (int): the timestamp to quantise, in seconds since the Unix Epoch Returns: int: a timestamp which