mirror of
https://github.com/esphome/esphome.git
synced 2025-10-05 03:13:49 +01:00
update minimal python version to 3.10 (#8850)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
from collections.abc import Callable
|
||||
from dataclasses import dataclass
|
||||
import logging
|
||||
from typing import Callable
|
||||
|
||||
from zeroconf import (
|
||||
AddressResolver,
|
||||
|
Reference in New Issue
Block a user