summary refs log tree commit diff
path: root/synapse/storage/search.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-03 18:23:05 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-10-07 17:44:41 +0100
commit66ebea17235d9d3988d56cd1355656bbb508b3be (patch)
tree965e57941d1aae9ab699b769b0048ef8b1ce4126 /synapse/storage/search.py
parentMove roommember's bg updates to a dedicated store (diff)
downloadsynapse-66ebea17235d9d3988d56cd1355656bbb508b3be.tar.xz
Lint
Diffstat (limited to 'synapse/storage/search.py')
-rw-r--r--synapse/storage/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/search.py b/synapse/storage/search.py
index 9a41e78002..6ba4190f1a 100644
--- a/synapse/storage/search.py
+++ b/synapse/storage/search.py
@@ -337,7 +337,6 @@ class SearchBackgroundUpdateStore(BackgroundUpdateStore):
 
 
 class SearchStore(SearchBackgroundUpdateStore):
-
     def __init__(self, db_conn, hs):
         super(SearchStore, self).__init__(db_conn, hs)