mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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. |