diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-03-16 10:16:59 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-03-16 10:16:59 +0000 |
commit | 835e01fc7047e34a813936544027596627a112df (patch) | |
tree | 3cc833fa3756b7e21750c17f498bf438298cef1f /synapse/storage/__init__.py | |
parent | Merge branch 'develop' into application-services-txn-reliability (diff) | |
download | synapse-835e01fc7047e34a813936544027596627a112df.tar.xz |
Minor PR comment tweaks.
Diffstat (limited to 'synapse/storage/__init__.py')
-rw-r--r-- | synapse/storage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py index efef859214..e752b035e6 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py @@ -82,7 +82,7 @@ class DataStore(RoomMemberStore, RoomStore, FilteringStore, PusherStore, PushRuleStore, - ApplicationServiceTransactionStore + ApplicationServiceTransactionStore, ): def __init__(self, hs): |