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 23eb502 commit c0b47d2Copy full SHA for c0b47d2
python/tests/test_kwargs_parameters.py
@@ -77,6 +77,6 @@ async def test_failed_no_parameter(
77
asyncwithpsql_pool.acquire() asconn:
78
withpytest.raises(expected_exception=PyToRustValueMappingError):
79
awaitconn.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