forked-synapse/synapse/rest/client/v1
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 copyrights 2016-01-07 04:26:29 +00:00
directory.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
events.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
initial_sync.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
login.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
logout.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
presence.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
profile.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
push_rule.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
pusher.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
room.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
voip.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00