Skip to content

Commit 972732d

Browse files
committed
style fixes
1 parent 2dfcba7 commit 972732d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/aio/query/test_query_session_pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ async def callee(session: QuerySessionAsync):
5454
with pytest.raises(CustomException):
5555
await pool.retry_operation_async(callee)
5656

57-
5857
@pytest.mark.asyncio
5958
async def test_pool_size_limit_logic(self, pool: QuerySessionPoolAsync):
6059
target_size = 5

0 commit comments

Comments
 (0)