diff options
author | David Baker <dave@matrix.org> | 2016-05-04 11:41:35 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-05-04 11:41:35 +0100 |
commit | de22001ab55d7fb89e4fd1527a4b419f5c195458 (patch) | |
tree | 301bac9481f7ba9e6e206ce120fdaf98e566eaf2 /synapse/push/pusher.py | |
parent | copyright (diff) | |
download | synapse-de22001ab55d7fb89e4fd1527a4b419f5c195458.tar.xz |
pep8
Diffstat (limited to 'synapse/push/pusher.py')
-rw-r--r-- | synapse/push/pusher.py | 1 |
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) |