mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Remove __future__ import
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
"""Platform for sensor integration."""
|
"""Platform for sensor integration."""
|
||||||
|
|
||||||
from __future__ import annotations
|
|
||||||
|
|
||||||
from switchbot_api import Device, SwitchBotAPI
|
from switchbot_api import Device, SwitchBotAPI
|
||||||
|
|
||||||
from homeassistant.components.sensor import (
|
from homeassistant.components.sensor import (
|
||||||
|
Reference in New Issue
Block a user