diff options
Diffstat (limited to 'google_assistant.py')
| -rw-r--r-- | google_assistant.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google_assistant.py b/google_assistant.py index 0af4fa9..ec5f6a4 100644 --- a/google_assistant.py +++ b/google_assistant.py @@ -2,8 +2,8 @@ import logging import sys -from typing import NamedTuple, Optional import warnings +from typing import NamedTuple, Optional import requests import speech_recognition as sr # type: ignore |
