From 9fe2c08913602742d0fb7d30ac0ad23c33681f7f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:14:56 +0200 Subject: [PATCH] Update astroid to 2.15.8 (#101007) --- homeassistant/components/airvisual/__init__.py | 1 - homeassistant/components/smart_meter_texas/sensor.py | 1 - requirements_test.txt | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/homeassistant/components/airvisual/__init__.py b/homeassistant/components/airvisual/__init__.py index 1403cc94346..e07400f2764 100644 --- a/homeassistant/components/airvisual/__init__.py +++ b/homeassistant/components/airvisual/__init__.py @@ -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() diff --git a/homeassistant/components/smart_meter_texas/sensor.py b/homeassistant/components/smart_meter_texas/sensor.py index f54da815b26..a35a92bf257 100644 --- a/homeassistant/components/smart_meter_texas/sensor.py +++ b/homeassistant/components/smart_meter_texas/sensor.py @@ -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() diff --git a/requirements_test.txt b/requirements_test.txt index 15404c159b9..d12ee6de114 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -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