This commit is contained in:
Brendan Abolivier 2019-10-03 18:23:05 +01:00
parent 0496eafbf4
commit 66ebea1723
3 changed files with 3 additions and 3 deletions

View file

@ -337,7 +337,6 @@ class SearchBackgroundUpdateStore(BackgroundUpdateStore):
class SearchStore(SearchBackgroundUpdateStore):
def __init__(self, db_conn, hs):
super(SearchStore, self).__init__(db_conn, hs)