mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-05 12:30:28 +02:00
Remove a bunch of unnecessary pylint disabling (#4079)
This commit is contained in:
@@ -204,7 +204,6 @@ class _Schema(vol.Schema):
|
||||
return self
|
||||
|
||||
@schema_extractor_extended
|
||||
# pylint: disable=signature-differs
|
||||
def extend(self, *schemas, **kwargs):
|
||||
extra = kwargs.pop("extra", None)
|
||||
if kwargs:
|
||||
|
||||
Reference in New Issue
Block a user