mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-03 12:51:19 +02:00
Remove all the "double return" statements which were a result of us removing all the instances of ``` defer.returnValue(...) return ``` statements when we switched to python3 fully.