mirror of
https://github.com/esphome/esphome.git
synced 2025-09-26 15:12:21 +01: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