Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
  • Loading branch information
erikjohnston and richvdh committed Dec 9, 2019
1 parent 71ee22c commit 65b37f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/data_stores/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 65b37f6

Please sign in to comment.