1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

[ruff] Apply various ruff suggestions (#8947)

This commit is contained in:
Jesse Hills
2025-06-16 15:13:14 +12:00
committed by GitHub
parent 882bfc79c7
commit c4f7c2d259
7 changed files with 14 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
"""CM1106 Sensor component for ESPHome."""
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome import automation
from esphome.automation import maybe_simple_id
import esphome.codegen as cg
from esphome.components import sensor, uart
import esphome.config_validation as cv
from esphome.const import (
CONF_CO2,
CONF_ID,