diff options
author | Erik Johnston <erik@matrix.org> | 2017-05-08 13:07:43 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-05-08 13:07:43 +0100 |
commit | e0f20e9425f5fa0aecf0b8bf5b58ce72c2363d8b (patch) | |
tree | 3aff0fb647ace9d9180cca467d84a8fe60ff9efe | |
parent | Revert "We don't care about forgotten rooms" (diff) | |
download | synapse-e0f20e9425f5fa0aecf0b8bf5b58ce72c2363d8b.tar.xz |
Revert "Remove unused import"
This reverts commit ab37bef83bebd7cdaeb7cfd98553d18883d09103.
-rw-r--r-- | synapse/storage/push_rule.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/push_rule.py b/synapse/storage/push_rule.py index 5467ba51c7..0a819d32c5 100644 --- a/synapse/storage/push_rule.py +++ b/synapse/storage/push_rule.py @@ -16,6 +16,7 @@ from ._base import SQLBaseStore from synapse.util.caches.descriptors import cachedInlineCallbacks, cachedList from synapse.push.baserules import list_with_base_rules +from synapse.api.constants import EventTypes from twisted.internet import defer import logging |