mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-02 19:08:54 +02:00
Fix build
This commit is contained in:
@@ -179,7 +179,7 @@ class _Schema(vol.Schema):
|
||||
self._extra_schemas.append(validator)
|
||||
return self
|
||||
|
||||
# pylint: disable=signature-differs
|
||||
# pylint: disable=signature-differs,arguments-differ
|
||||
def extend(self, *schemas, **kwargs):
|
||||
extra = kwargs.pop('extra', None)
|
||||
if kwargs:
|
||||
|
||||
Reference in New Issue
Block a user