8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2ff50 commit 31d11c2Copy full SHA for 31d11c2
python/tests/test_kwargs_parameters.py
@@ -68,6 +68,6 @@ async def test_failed_no_parameter(
68
async with psql_pool.acquire() as conn:
69
with pytest.raises(expected_exception=PyToRustValueMappingError):
70
await conn.execute(
71
- querystring=(f"SELECT * FROM {table_name} " "WHERE name = $(name)p"), # noqa: ISC001
+ querystring=(f"SELECT * FROM {table_name} WHERE name = $(name)p"), # noqa: ISC001
72
parameters={"mistake": "wow"},
73
)
0 commit comments