Update astroid to 2.15.8 (#101007)
This commit is contained in:
parent
97f24b855f
commit
9fe2c08913
3 changed files with 1 additions and 3 deletions
|
@ -421,7 +421,6 @@ class AirVisualEntity(CoordinatorEntity):
|
|||
self._entry = entry
|
||||
self.entity_description = description
|
||||
|
||||
# pylint: disable-next=hass-missing-super-call
|
||||
async def async_added_to_hass(self) -> None:
|
||||
"""Register callbacks."""
|
||||
await super().async_added_to_hass()
|
||||
|
|
|
@ -73,7 +73,6 @@ class SmartMeterTexasSensor(CoordinatorEntity, RestoreEntity, SensorEntity):
|
|||
self._attr_native_value = self.meter.reading
|
||||
self.async_write_ha_state()
|
||||
|
||||
# pylint: disable-next=hass-missing-super-call
|
||||
async def async_added_to_hass(self):
|
||||
"""Subscribe to updates."""
|
||||
await super().async_added_to_hass()
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
-c homeassistant/package_constraints.txt
|
||||
-r requirements_test_pre_commit.txt
|
||||
astroid==2.15.7
|
||||
astroid==2.15.8
|
||||
coverage==7.3.1
|
||||
freezegun==1.2.2
|
||||
mock-open==1.4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue