From e79b3aed873d80f83f986dd1da1221521523f19b Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Tue, 20 Aug 2019 14:40:50 +0100 Subject: I mustn't forget my morning corn flake(8)s Signed-off-by: Olivier Wilkinson (reivilibre) --- synapse/storage/stats.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py index c2f11b84bd..5dab6089ff 100644 --- a/synapse/storage/stats.py +++ b/synapse/storage/stats.py @@ -15,10 +15,12 @@ # limitations under the License. import logging +from itertools import chain from threading import Lock from twisted.internet import defer +from synapse.storage.engines import Sqlite3Engine from synapse.storage.state_deltas import StateDeltasStore from synapse.util.caches.descriptors import cached -- cgit 1.4.1