forked-synapse/synapse/rest
Andrew Morgan 2a44782666
Remove double return statements (#5962)
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.
2019-09-03 11:42:45 +01:00
..
admin Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
client Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
consent fix async/await consentresource (#5585) 2019-07-01 23:33:52 +10:00
key Fixup review comments 2019-08-23 15:36:28 +01:00
media Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
saml2 Merge branch 'develop' into rav/saml2_client 2019-07-01 14:21:03 +01:00
__init__.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
well_known.py public_base_url is actually public_baseurl 2019-08-26 21:01:56 -05:00