Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / google_assistant.py
index 0af4fa9271df3bf2e6de6f3571cfa6c2eb6d1f23..ec5f6a4c85e17ed0fb2eaaf4f2f22d8ee2ebf300 100644 (file)
@@ -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