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 da1bbfe commit d72fe6fCopy full SHA for d72fe6f
python/tests/test_kwargs_parameters.py
@@ -77,6 +77,6 @@ async def test_failed_no_parameter(
77
async with psql_pool.acquire() as conn:
78
with pytest.raises(expected_exception=PyToRustValueMappingError):
79
await conn.execute(
80
- querystring=(f"SELECT * FROM {table_name} " "WHERE name = $(name)p"), # noqa: ISC001
+ querystring=(f"SELECT * FROM {table_name} WHERE name = $(name)p"), # noqa: ISC001
81
parameters={"mistake": "wow"},
82
)
0 commit comments