summary refs log tree commit diff
path: root/synapse/push/pusher.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-05-04 11:41:35 +0100
committerDavid Baker <dave@matrix.org>2016-05-04 11:41:35 +0100
commitde22001ab55d7fb89e4fd1527a4b419f5c195458 (patch)
tree301bac9481f7ba9e6e206ce120fdaf98e566eaf2 /synapse/push/pusher.py
parentcopyright (diff)
downloadsynapse-de22001ab55d7fb89e4fd1527a4b419f5c195458.tar.xz
pep8
Diffstat (limited to 'synapse/push/pusher.py')
-rw-r--r--synapse/push/pusher.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/push/pusher.py b/synapse/push/pusher.py
index d1eaa236bd..db5c1f1aa6 100644
--- a/synapse/push/pusher.py
+++ b/synapse/push/pusher.py
@@ -18,6 +18,7 @@ from httppusher import HttpPusher
 import logging
 logger = logging.getLogger(__name__)
 
+
 def create_pusher(hs, pusherdict):
     logger.info("trying to create_pusher for %r", pusherdict)