From 383f87d539801d30933d0000e103182dd9af2379 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:19:05 +1300 Subject: [PATCH] import fix --- aioesphomeapi/client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aioesphomeapi/client.py b/aioesphomeapi/client.py index 53761f3..2927c07 100644 --- a/aioesphomeapi/client.py +++ b/aioesphomeapi/client.py @@ -1,8 +1,5 @@ import asyncio import logging - -import async_timeout - from typing import ( Any, Awaitable, @@ -16,6 +13,7 @@ from typing import ( cast, ) +import async_timeout from google.protobuf import message from .api_pb2 import ( # type: ignore