mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -106,11 +106,7 @@ class EntityComponent:
|
||||
|
||||
This doesn't block the executor to protect from deadlocks.
|
||||
"""
|
||||
self.hass.add_job(
|
||||
self.async_setup( # type: ignore
|
||||
config
|
||||
)
|
||||
)
|
||||
self.hass.add_job(self.async_setup(config)) # type: ignore
|
||||
|
||||
async def async_setup(self, config: ConfigType) -> None:
|
||||
"""Set up a full entity component.
|
||||
|
||||
Reference in New Issue
Block a user