Skip to content

Commit 9469480

Browse files
authored
Merge pull request #95 from samspade21/fix/line-length-error
fix: Resolve ruff line length error in api_client.py
2 parents 01718d0 + f6304be commit 9469480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom_components/vacasa/api_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ async def _request(
363363
# Log diagnostic info for troubleshooting
364364
response_text = await response.text()
365365
_LOGGER.warning(
366-
"Failed to parse JSON from %s (content-type: %s): %s. Response: %s",
366+
"Failed to parse JSON from %s (content-type: %s): %s. "
367+
"Response: %s",
367368
url,
368369
response.content_type,
369370
e,

0 commit comments

Comments
 (0)