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