Skip to content

Commit d95bc7f

Browse files
committed
Remove empty-list-init at definition
1 parent c405c24 commit d95bc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def __init__(self) -> None:
265265
self._cooling_enabled = False
266266

267267
self.device_items: int = 0
268-
self.device_list: list[str] = []
268+
self.device_list: list[str]
269269
self.gateway_id: str
270270
self.gw_data: GatewayData = {}
271271
self.gw_devices: dict[str, DeviceData] = {}

0 commit comments

Comments
 (0)