mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
2a44782666
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.
1 line
90 B
Plaintext
1 line
90 B
Plaintext
Remove unnecessary return statements in the codebase which were the result of a regex run. |