mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 17:15:04 -04:00
Add missing type hints to tests.replication. (#14987)
This commit is contained in:
parent
b275763c65
commit
156cd88eef
21 changed files with 193 additions and 149 deletions
|
@ -23,7 +23,7 @@ class PartialStateStreamsTestCase(BaseMultiWorkerStreamTestCase):
|
|||
hijack_auth = True
|
||||
user_id = "@bob:test"
|
||||
|
||||
def setUp(self):
|
||||
def setUp(self) -> None:
|
||||
super().setUp()
|
||||
self.store = self.hs.get_datastores().main
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue