Remove artifacts from black formatting (#65113)
* Remove artifacts from black formatting * Tweak
This commit is contained in:
parent
0b02870489
commit
dccc4eba76
6 changed files with 41 additions and 41 deletions
|
@ -210,7 +210,7 @@ async def test_service_person(hass, aioclient_mock):
|
|||
)
|
||||
aioclient_mock.delete(
|
||||
ENDPOINT_URL.format(
|
||||
"persongroups/test_group1/persons/" "25985303-c537-4467-b41d-bdb45cd95ca1"
|
||||
"persongroups/test_group1/persons/25985303-c537-4467-b41d-bdb45cd95ca1"
|
||||
),
|
||||
status=200,
|
||||
text="{}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue