mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
Schema gen action (#8593)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
committed by
GitHub
parent
911bd54765
commit
f29ccb9e75
@@ -42,7 +42,6 @@ def schema_extractor_extended(func):
|
||||
|
||||
def decorate(*args, **kwargs):
|
||||
ret = func(*args, **kwargs)
|
||||
assert len(args) == 2
|
||||
extended_schemas[repr(ret)] = args
|
||||
return ret
|
||||
|
||||
|
Reference in New Issue
Block a user