Update pylint to 2.13.5 (#69989)

This commit is contained in:
Marc Mueller 2022-04-13 18:36:05 +02:00 committed by GitHub
parent 2b69dffe57
commit e407960f68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 19 deletions

View file

@ -377,7 +377,7 @@ def entity_selector_without_own_entities(
entity_registry = er.async_get(handler.hass)
entities = er.async_entries_for_config_entry(
entity_registry,
handler.config_entry.entry_id, # pylint: disable=protected-access
handler.config_entry.entry_id,
)
entity_ids = [ent.entity_id for ent in entities]