Update black to 23.1.0 (#87188)

This commit is contained in:
Franck Nijhof 2023-02-02 18:35:24 +01:00 committed by GitHub
parent f7666239ff
commit 5e81d28116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
312 changed files with 299 additions and 475 deletions

View file

@ -105,7 +105,6 @@ async def _async_create_entities(hass, config):
covers = []
for object_id, entity_config in config[CONF_COVERS].items():
entity_config = rewrite_common_legacy_to_modern_conf(entity_config)
unique_id = entity_config.get(CONF_UNIQUE_ID)