Skip to content

Commit a7cc408

Browse files
committed
formatting
1 parent d310859 commit a7cc408

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/client/client_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,7 @@ async def test_read(self, mock_request):
714714
"page_size": 50,
715715
"continuation_token": "eyJwayI6IkxBVEVTVF9OU0NPTkZJR19hdXRoMHN0b3JlIiwic2siOiIxem1qbXF3MWZLZExTcUoyN01MdTdqTjh0cWgifQ==",
716716
"consistency": ConsistencyPreference.MINIMIZE_LATENCY,
717-
"retry_params": RetryParams(
718-
max_retry=3,
719-
min_wait_in_ms=1000
720-
)
717+
"retry_params": RetryParams(max_retry=3, min_wait_in_ms=1000),
721718
},
722719
)
723720
self.assertIsInstance(api_response, ReadResponse)

0 commit comments

Comments
 (0)