mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-05 22:28:54 +01:00
pep8
This commit is contained in:
parent
f1026418ea
commit
de22001ab5
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ from httppusher import HttpPusher
|
||||||
import logging
|
import logging
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def create_pusher(hs, pusherdict):
|
def create_pusher(hs, pusherdict):
|
||||||
logger.info("trying to create_pusher for %r", pusherdict)
|
logger.info("trying to create_pusher for %r", pusherdict)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue