MatrixSynapse/synapse/app
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 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
_base.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
admin_cmd.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
appservice.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
client_reader.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
event_creator.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
federation_reader.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
federation_sender.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
frontend_proxy.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
homeserver.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
media_repository.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
pusher.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
synchrotron.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
user_dir.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00