Skip to content

Commit 50c866b

Browse files
committed
Try
1 parent de5e3dd commit 50c866b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ async def _smile_detect_legacy(
328328

329329
async def async_update(self) -> dict[str, GwEntityData]:
330330
"""Update the Plughwise Gateway entities and their data and states."""
331-
data: dict[str, GwEntityData] = {}
332331
try:
333332
data = await self._smile_api.async_update()
334333
except (DataMissingError, KeyError) as err:

0 commit comments

Comments
 (0)