Remove __future__ import

This commit is contained in:
Laurence Presland
2024-04-16 10:01:49 +10:00
parent 4602f9a722
commit 8c61537d9a

View File

@@ -1,7 +1,5 @@
"""Platform for sensor integration."""
from __future__ import annotations
from switchbot_api import Device, SwitchBotAPI
from homeassistant.components.sensor import (