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

Remove unnecessary parentheses around return statements (#5931)

Python will return a tuple whether there are parentheses around the returned values or not.

I'm just sick of my editor complaining about this all over the place :)
parent 4fca3133
No related branches found
No related tags found
No related merge requests found
Showing
with 54 additions and 53 deletions
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