mirror of
https://github.com/esphome/esphome.git
synced 2025-09-05 21:02:20 +01:00
[code-quality] Organise core imports (#7149)
This commit is contained in:
@@ -43,13 +43,13 @@ the last `yield` expression defines what is returned.
|
||||
"""
|
||||
|
||||
import collections
|
||||
from collections.abc import Awaitable, Generator, Iterator
|
||||
import functools
|
||||
import heapq
|
||||
import inspect
|
||||
import logging
|
||||
import types
|
||||
from typing import Any, Callable
|
||||
from collections.abc import Awaitable, Generator, Iterator
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
Reference in New Issue
Block a user