mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Ensure from __future__ import annotations in irobot_base (#51554)
This commit is contained in:
parent
5bbf0ca6ab
commit
f221deef2d
@ -1,4 +1,6 @@
|
||||
"""Base class for iRobot devices."""
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
import logging
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user