diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-11-19 16:40:01 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-11-19 16:40:01 +0000 |
commit | 0d1221155e8363a6e0c8cdc9c113e43172085e48 (patch) | |
tree | 67be9eca325b852cf3418db627664c9830c9ee7b /synapse | |
parent | replace user_id with sender (diff) | |
download | synapse-0d1221155e8363a6e0c8cdc9c113e43172085e48.tar.xz |
remove unused import
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/notifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/notifier.py b/synapse/notifier.py index 022d60a3b5..c310a9fed6 100644 --- a/synapse/notifier.py +++ b/synapse/notifier.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from twisted.internet import defer, reactor +from twisted.internet import defer from synapse.util.logutils import log_function from synapse.util.logcontext import PreserveLoggingContext |