Commit Graph

1 Commits (62e3ff92fd3228b5c34f6cee691e22f9b1f85c9e)

Author SHA1 Message Date
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