diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-05 10:52:01 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-05 10:52:01 +0100 |
commit | caed1503632fc4a85f90c62e8e511e41881695b8 (patch) | |
tree | 525e688c5b0f4cb5daae2163443f3f43605287a5 | |
parent | Only fetch local pushers (diff) | |
download | synapse-caed1503632fc4a85f90c62e8e511e41881695b8.tar.xz |
Remove unused imports
-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 789766d5be..49721656b6 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, Membership from twisted.internet import defer import logging |