mirror of
https://github.com/esphome/esphome.git
synced 2025-09-09 06:42:20 +01:00
Bump ruff from 0.9.2 to 0.11.0 (#8409)
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
from esphome import pins, automation
|
||||
from esphome import automation, pins
|
||||
import esphome.codegen as cg
|
||||
from esphome.components import output
|
||||
import esphome.config_validation as cv
|
||||
import esphome.codegen as cg
|
||||
from esphome.const import (
|
||||
CONF_FREQUENCY,
|
||||
CONF_ID,
|
||||
CONF_PIN,
|
||||
)
|
||||
from esphome.const import CONF_FREQUENCY, CONF_ID, CONF_PIN
|
||||
|
||||
DEPENDENCIES = ["libretiny"]
|
||||
|
||||
|
Reference in New Issue
Block a user