mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
Lint
This commit is contained in:
parent
2c14d134be
commit
8ef0f5b047
@ -1170,8 +1170,8 @@ class OnlyWith(Optional):
|
||||
# pylint: disable=unsupported-membership-test
|
||||
if (self._component in CORE.raw_config or
|
||||
(CONF_PACKAGES in CORE.raw_config and
|
||||
self._component in
|
||||
{list(x.keys())[0] for x in CORE.raw_config[CONF_PACKAGES].values()})):
|
||||
self._component in
|
||||
{list(x.keys())[0] for x in CORE.raw_config[CONF_PACKAGES].values()})):
|
||||
return self._default
|
||||
return vol.UNDEFINED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user