forked-synapse/synapse/replication/tcp/streams
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
..
__init__.py Combine the CurrentStateDeltaStream into the EventStream 2019-03-27 22:07:05 +00:00
_base.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
events.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
federation.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00