MatrixSynapse/synapse/push
Andrew Morgan 4548d1f87e
Remove unnecessary parentheses around return statements (#5931)
Python will return a tuple whether there are parentheses around the returned values or not.

I'm just sick of my editor complaining about this all over the place :)
2019-08-30 16:28:26 +01:00
..
__init__.py
action_generator.py
baserules.py
bulk_push_rule_evaluator.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
clientformat.py
emailpusher.py Remove redundant return 2019-08-13 12:50:36 +01:00
httppusher.py Handle pusher being deleted during processing. 2019-08-01 13:44:12 +01:00
mailer.py
presentable_names.py
push_rule_evaluator.py
push_tools.py
pusher.py
pusherpool.py
rulekinds.py