mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 07:44:55 -04:00
Add types to synapse.util. (#10601)
This commit is contained in:
parent
ceab5a4bfa
commit
524b8ead77
41 changed files with 400 additions and 253 deletions
|
@ -73,4 +73,4 @@ class RedisFactory(protocol.ReconnectingClientFactory):
|
|||
def buildProtocol(self, addr) -> RedisProtocol: ...
|
||||
|
||||
class SubscriberFactory(RedisFactory):
|
||||
def __init__(self): ...
|
||||
def __init__(self) -> None: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue