Add types to synapse.util. (#10601)

This commit is contained in:
reivilibre
2021-09-10 17:03:18 +01:00
committed by GitHub
parent ceab5a4bfa
commit 524b8ead77
41 changed files with 400 additions and 253 deletions

View File

@@ -73,4 +73,4 @@ class RedisFactory(protocol.ReconnectingClientFactory):
def buildProtocol(self, addr) -> RedisProtocol: ...
class SubscriberFactory(RedisFactory):
def __init__(self): ...
def __init__(self) -> None: ...