Fix comment

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
pull/6487/head
Erik Johnston 2019-12-09 11:47:55 +00:00
parent 71ee22c0ba
commit 65b37f6729
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class DataStores(object):
"""
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.
database = Database(hs)