Add types to synapse.util. (#10601)
This commit is contained in:
@@ -73,4 +73,4 @@ class RedisFactory(protocol.ReconnectingClientFactory):
|
||||
def buildProtocol(self, addr) -> RedisProtocol: ...
|
||||
|
||||
class SubscriberFactory(RedisFactory):
|
||||
def __init__(self): ...
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user