MatrixSynapse/synapse/replication/tcp
Richard van der Hoff d9cb658c78
Fix up type hints for Twisted 21.7 (#10490)
Mostly this involves decorating a few Deferred declarations with extra type hints. We wrap the types in quotes to avoid runtime errors when running against older versions of Twisted that don't have generics on Deferred.
2021-07-28 12:04:11 +00:00
..
streams Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
client.py Fix up type hints for Twisted 21.7 (#10490) 2021-07-28 12:04:11 +00:00
commands.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
external_cache.py Time external cache response time (#9904) 2021-05-04 15:14:22 +01:00
handler.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
protocol.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
redis.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
resource.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00