From 31c81f6539969a5eba864d3305f9fb7bf716a367 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 2 Feb 2022 12:13:27 -0800 Subject: Used isort to sort imports. Also added to the git pre-commit hook. --- google_assistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'google_assistant.py') 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 -- cgit v1.3