1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-10 09:56:49 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andrew Morgan
4548d1f87e
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 :)
2019-08-30 16:28:26 +01:00