mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 23:13:50 -05:00
Fix (final) Bugbear violations (#9838)
This commit is contained in:
parent
71f0623de9
commit
495b214f4f
23 changed files with 46 additions and 49 deletions
|
|
@ -222,7 +222,7 @@ class FederationTestCase(unittest.HomeserverTestCase):
|
|||
room_version,
|
||||
)
|
||||
|
||||
for i in range(3):
|
||||
for _ in range(3):
|
||||
event = create_invite()
|
||||
self.get_success(
|
||||
self.handler.on_invite_request(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue