1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Fix build

This commit is contained in:
Otto Winter
2020-06-05 12:25:29 +02:00
parent 0b04d143ac
commit 310e2a0b20
2 changed files with 5 additions and 5 deletions

View File

@@ -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: