mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -21,7 +21,9 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass, config_entry, async_add_entities,
|
||||
hass,
|
||||
config_entry,
|
||||
async_add_entities,
|
||||
):
|
||||
"""Set up config entry."""
|
||||
discovery_info = config_entry.data
|
||||
|
||||
Reference in New Issue
Block a user