mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 18:48:28 +02:00
Remove a bunch of unnecessary pylint disabling (#4079)
This commit is contained in:
@@ -14,7 +14,6 @@ from esphome.core import CORE, coroutine_with_priority
|
||||
|
||||
IS_PLATFORM_COMPONENT = True
|
||||
|
||||
# pylint: disable=invalid-name
|
||||
stepper_ns = cg.esphome_ns.namespace("stepper")
|
||||
Stepper = stepper_ns.class_("Stepper")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user