mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-08-03 03:56:06 -04:00
chore: Format code with ruff
This commit is contained in:
parent
adef63443e
commit
76dc74d250
10 changed files with 96 additions and 98 deletions
|
@ -380,7 +380,9 @@ class TestClass(object):
|
|||
)
|
||||
|
||||
aioresponse.get(
|
||||
sync_url, status=200, payload=self.initial_sync_response,
|
||||
sync_url,
|
||||
status=200,
|
||||
payload=self.initial_sync_response,
|
||||
)
|
||||
|
||||
aioresponse.get(sync_url, status=200, payload=self.empty_sync, repeat=True)
|
||||
|
@ -454,7 +456,9 @@ class TestClass(object):
|
|||
)
|
||||
|
||||
aioresponse.get(
|
||||
sync_url, status=200, payload=self.initial_sync_response,
|
||||
sync_url,
|
||||
status=200,
|
||||
payload=self.initial_sync_response,
|
||||
)
|
||||
|
||||
aioresponse.get(sync_url, status=200, payload=self.empty_sync, repeat=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue