Skip to content

Commit d72fe6f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent da1bbfe commit d72fe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_kwargs_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ async def test_failed_no_parameter(
7777
async with psql_pool.acquire() as conn:
7878
with pytest.raises(expected_exception=PyToRustValueMappingError):
7979
await conn.execute(
80-
querystring=(f"SELECT * FROM {table_name} " "WHERE name = $(name)p"), # noqa: ISC001
80+
querystring=(f"SELECT * FROM {table_name} WHERE name = $(name)p"), # noqa: ISC001
8181
parameters={"mistake": "wow"},
8282
)

0 commit comments

Comments
 (0)