mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 05:12:21 +01:00
[code-quality] Organise core imports (#7149)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from typing import Union
|
||||
|
||||
from esphome.core import ID, Lambda, EsphomeCore
|
||||
from esphome.core import ID, EsphomeCore, Lambda
|
||||
|
||||
ConfigFragmentType = Union[
|
||||
str,
|
||||
|
Reference in New Issue
Block a user