diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2019-08-20 15:12:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 15:12:21 +0100 |
commit | 4a97eef0dc49ee8f3c446221f0fcbb0e65ece113 (patch) | |
tree | 41fd2a8fdef445eb5b98bcb523fe995a419191e1 /synapse/storage/stats.py | |
parent | Update synapse/storage/stats.py (diff) | |
download | synapse-4a97eef0dc49ee8f3c446221f0fcbb0e65ece113.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.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |