synapse-product/synapse/util
Jonathan de Jong 95e47b2e78
[pyupgrade] synapse/ (#10348)
This PR is tantamount to running 
```
pyupgrade --py36-plus --keep-percent-format `find synapse/ -type f -name "*.py"`
```

Part of #9744
2021-07-19 15:28:05 +01:00
..
caches [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
__init__.py
async_helpers.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
batching_queue.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
daemonize.py [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
distributor.py
file_consumer.py
frozenutils.py
hash.py
httpresourcetree.py
iterutils.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
jsonobject.py
linked_list.py Add support for evicting cache entries based on last access time. (#10205) 2021-07-05 16:32:12 +01:00
logcontext.py
logformatter.py
macaroons.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
manhole.py
metrics.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
module_loader.py Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
msisdn.py
patch_inline_callbacks.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py
templates.py
threepids.py
versionstring.py
wheel_timer.py