Fix comment
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>pull/6487/head
parent
71ee22c0ba
commit
65b37f6729
|
@ -24,7 +24,7 @@ class DataStores(object):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, main_store_class, db_conn, hs):
|
def __init__(self, main_store_class, db_conn, hs):
|
||||||
# Note we pass in the main store here as workers use a different main
|
# Note we pass in the main store class here as workers use a different main
|
||||||
# store.
|
# store.
|
||||||
database = Database(hs)
|
database = Database(hs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue