1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-09 14:52:20 +01:00

Upgrade dependencies

This commit is contained in:
Niklas Wagner
2020-05-24 01:33:58 +02:00
committed by GitHub
parent 153aadadae
commit c2e0ea97d8
8 changed files with 38 additions and 32 deletions

View File

@@ -177,7 +177,7 @@ class _Schema(vol.Schema):
self._extra_schemas.append(validator)
return self
# pylint: disable=arguments-differ
# pylint: disable=signature-differs
def extend(self, *schemas, **kwargs):
extra = kwargs.pop('extra', None)
if kwargs: