From e6f32fdd9b373dfcd100c7accb41f57d83c2f0a1 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 26 Jan 2022 21:35:20 -0800 Subject: Ahem. Still running black? --- google_assistant.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'google_assistant.py') diff --git a/google_assistant.py b/google_assistant.py index 75ca643..b92f443 100644 --- a/google_assistant.py +++ b/google_assistant.py @@ -105,9 +105,7 @@ def ask_google(cmd: str, *, recognize_speech=True) -> GoogleResponse: audio_transcription=audio_transcription, ) else: - message = ( - f'HTTP request to {url} with {payload} failed; code {r.status_code}' - ) + message = f'HTTP request to {url} with {payload} failed; code {r.status_code}' logger.error(message) return GoogleResponse( success=False, -- cgit v1.3