mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 16:25:50 +00:00
update minimal python version to 3.10 (#8850)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import MutableMapping
|
||||
from collections.abc import Callable, MutableMapping
|
||||
import logging
|
||||
from typing import Any, Callable
|
||||
from typing import Any
|
||||
|
||||
from esphome import automation
|
||||
import esphome.codegen as cg
|
||||
|
||||
Reference in New Issue
Block a user