Fix formatting (#54247)

This commit is contained in:
Paulus Schoutsen 2021-08-07 21:10:21 -07:00 committed by GitHub
parent 2232915ea8
commit a001fd5000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def setup_platform(
raise ValueError("Username or Password is incorrect")
add_entities(
(AladdinDevice(acc, door) for door in acc.get_doors()),
update_before_add = True
update_before_add=True,
)
except (TypeError, KeyError, NameError, ValueError) as ex:
_LOGGER.error("%s", ex)