We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262e0b3 commit 4670663Copy full SHA for 4670663
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