Skip to content

Commit c0b47d2

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

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
asyncwithpsql_pool.acquire() asconn:
7878
withpytest.raises(expected_exception=PyToRustValueMappingError):
7979
awaitconn.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)