diff options
author | Erik Johnston <erik@matrix.org> | 2017-04-28 09:57:23 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-04-28 09:57:23 +0100 |
commit | ab37bef83bebd7cdaeb7cfd98553d18883d09103 (patch) | |
tree | ccabc77d452ed6a43109c11d9653e0c3071f58ac /synapse/storage/push_rule.py | |
parent | We don't care about forgotten rooms (diff) | |
download | synapse-ab37bef83bebd7cdaeb7cfd98553d18883d09103.tar.xz |
Remove unused import
Diffstat (limited to 'synapse/storage/push_rule.py')
-rw-r--r-- | synapse/storage/push_rule.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/push_rule.py b/synapse/storage/push_rule.py index 0d88f81a66..353a135c4e 100644 --- a/synapse/storage/push_rule.py +++ b/synapse/storage/push_rule.py @@ -16,7 +16,6 @@ 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 |