Skip to content

Commit e50831d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/tests/test_kwargs_parameters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ async def test_failed_no_parameter(
6868
async with psql_pool.acquire() as conn:
6969
with pytest.raises(expected_exception=PyToRustValueMappingError):
7070
await conn.execute(
71-
querystring=(f"SELECT * FROM {table_name} " "WHERE name = $(name)p"), # noqa: ISC001
71+
querystring=(f"SELECT * FROM {table_name} WHERE name = $(name)p"), # noqa: ISC001
7272
parameters={"mistake": "wow"},
7373
)

0 commit comments

Comments
 (0)