From 9d9810005e0185cb18ba1a63bf359c164e5269bd Mon Sep 17 00:00:00 2001 From: SCA075 <82227818+sca075@users.noreply.github.com> Date: Sat, 3 Feb 2024 22:55:14 +0100 Subject: [PATCH] 1.5.7.2 tests Signed-off-by: SCA075 <82227818+sca075@users.noreply.github.com> --- .../valetudo/hypfer/handler_pocessor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/valetudo_vacuum_camera/valetudo/hypfer/handler_pocessor.py b/custom_components/valetudo_vacuum_camera/valetudo/hypfer/handler_pocessor.py index c948fb25..54332af6 100644 --- a/custom_components/valetudo_vacuum_camera/valetudo/hypfer/handler_pocessor.py +++ b/custom_components/valetudo_vacuum_camera/valetudo/hypfer/handler_pocessor.py @@ -2,8 +2,8 @@ from __future__ import annotations import asyncio -from asyncio import gather, get_event_loop -import concurrent.futures +# from asyncio import gather, get_event_loop +# import concurrent.futures import logging