From 8c61537d9a2d926961986dea1242be371752dc9e Mon Sep 17 00:00:00 2001 From: Laurence Presland Date: Tue, 16 Apr 2024 10:01:49 +1000 Subject: [PATCH] Remove __future__ import --- homeassistant/components/switchbot_cloud/sensor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/switchbot_cloud/sensor.py b/homeassistant/components/switchbot_cloud/sensor.py index f4814357c49..b7c3358f55d 100644 --- a/homeassistant/components/switchbot_cloud/sensor.py +++ b/homeassistant/components/switchbot_cloud/sensor.py @@ -1,7 +1,5 @@ """Platform for sensor integration.""" -from __future__ import annotations - from switchbot_api import Device, SwitchBotAPI from homeassistant.components.sensor import (