Skip to content
Snippets Groups Projects
Unverified Commit 2a447826 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

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.
parent a90d16da
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment