diff options
author | Erik Johnston <erik@matrix.org> | 2016-01-18 14:24:31 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-01-18 14:48:50 +0000 |
commit | 2c176e02ae910ce52197539b31f78ae1b1ef4c3c (patch) | |
tree | 3754468f707ffbfb9f565eab70ee3c30b974dd00 /synapse/storage | |
parent | Re-enable urnead notifications (diff) | |
download | synapse-2c176e02ae910ce52197539b31f78ae1b1ef4c3c.tar.xz |
Make unit tests work
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/push_rule.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/push_rule.py b/synapse/storage/push_rule.py index 1adf28b893..f210e6c14d 100644 --- a/synapse/storage/push_rule.py +++ b/synapse/storage/push_rule.py @@ -14,7 +14,7 @@ # limitations under the License. from ._base import SQLBaseStore -from synapse.util.caches.descriptors import cached, cachedInlineCallbacks, cachedList +from synapse.util.caches.descriptors import cached, cachedInlineCallbacks from twisted.internet import defer import logging |