Fix comment

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Erik Johnston 2019-12-09 11:47:55 +00:00
parent 71ee22c0ba
commit 65b37f6729

View File

@ -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)