0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00
synapse/synapse
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
..
_scripts Run Black. (#5482) 2019-06-20 19:32:02 +10:00
api Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
app Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
appservice Refactor the Appservice scheduler code (#5886) 2019-08-20 17:42:45 +01:00
config Add a link to python's logging config schema (#5926) 2019-08-28 19:08:32 +01:00
crypto Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
events Merge pull request #5805 from matrix-org/erikj/validate_state 2019-08-01 13:45:48 +01:00
federation Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
groups Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
handlers Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
http Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
logging Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
metrics Support Prometheus_client 0.4.0+ (#5636) 2019-07-18 23:57:15 +10:00
module_api Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
push Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
replication Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
res/templates Allow defining HTML templates to serve the user on account renewal 2019-08-01 11:59:27 +02:00
rest Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
server_notices Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
state Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
static Add 'rel' attribute to default welcome page. (#5695) 2019-07-19 12:03:36 +01:00
storage Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
streams Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
util Revert "Use the v2 lookup API for 3PID invites (#5897)" (#5937) 2019-08-30 12:00:20 +01:00
__init__.py 1.3.1 2019-08-17 09:16:17 +01:00
event_auth.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
notifier.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
python_dependencies.py Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
secrets.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
server.py cleanups 2019-06-27 00:37:41 +01:00
server.pyi Run Black. (#5482) 2019-06-20 19:32:02 +10:00
types.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
visibility.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00