summary refs log tree commit diff
diff options
context:
space:
mode:
-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)