forked-synapse/synapse/rest/client
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
..
v1 Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
v2_alpha Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
__init__.py copyrights 2016-01-07 04:26:29 +00:00
transactions.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
versions.py Revert "Add m.id_access_token flag (#5930)" (#5945) 2019-08-30 17:13:37 +01:00