mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 22:14:10 -04:00
Fix style checking due to updated black.
This commit is contained in:
parent
d9f1dccba9
commit
c4a55ac4a4
2 changed files with 5 additions and 3 deletions
|
@ -619,7 +619,10 @@ class UserDirectoryTestCase(unittest.HomeserverTestCase):
|
|||
[self.assertIn(user, remote_users) for user in received_user_id_ordering[3:]]
|
||||
|
||||
def _add_user_to_room(
|
||||
self, room_id: str, room_version: RoomVersion, user_id: str,
|
||||
self,
|
||||
room_id: str,
|
||||
room_version: RoomVersion,
|
||||
user_id: str,
|
||||
):
|
||||
# Add a user to the room.
|
||||
builder = self.event_builder_factory.for_room_version(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue