synapse/changelog.d/12042.misc
Patrick Cloke d8bab6793c
Fix incorrect type hints for txredis. (#12042)
Some properties were marked as RedisProtocol instead of ConnectionHandler,
which wraps RedisProtocol instance(s).
2022-03-08 07:26:05 -05:00

2 lines
32 B
Plaintext

Correct type hints for txredis.