From c66042afb6c8ff3af768362c749c7a2027405be0 Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 20 Feb 2025 14:56:45 -0800 Subject: [PATCH] Fixed import ordering --- examples/phone-chatbot/bot_daily_gemini.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/phone-chatbot/bot_daily_gemini.py b/examples/phone-chatbot/bot_daily_gemini.py index 48cdedb70..5be699eca 100644 --- a/examples/phone-chatbot/bot_daily_gemini.py +++ b/examples/phone-chatbot/bot_daily_gemini.py @@ -7,7 +7,6 @@ import argparse import asyncio import os import sys - from typing import Optional from dotenv import load_dotenv