MatrixSynapse/synapse/appservice
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
..
__init__.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
api.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
scheduler.py Refactor the Appservice scheduler code (#5886) 2019-08-20 17:42:45 +01:00