X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=google_assistant.py;h=ec5f6a4c85e17ed0fb2eaaf4f2f22d8ee2ebf300;hb=76bc42a750b1c4d0ce81179337e47dc08db7b386;hp=0af4fa9271df3bf2e6de6f3571cfa6c2eb6d1f23;hpb=9eba12cba5641d6a0b988038694cbc2dd52800c5;p=python_utils.git 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