Skip to content

Commit d893a1b

Browse files
committed
Final timeout cleanup
1 parent df1aa98 commit d893a1b

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

plugwise/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def __init__(
6060
self._host = host
6161
self._passwd = password
6262
self._port = port
63-
self._timeout = timeout
6463
self._user = username
6564
self._websession = websession
6665

@@ -128,7 +127,6 @@ async def connect(self) -> bool:
128127
self._host,
129128
self._passwd,
130129
self._request,
131-
self._timeout,
132130
self._websession,
133131
self._cooling_present,
134132
self._elga,
@@ -153,7 +151,6 @@ async def connect(self) -> bool:
153151
self._host,
154152
self._passwd,
155153
self._request,
156-
self._timeout,
157154
self._websession,
158155
self._is_thermostat,
159156
self._on_off_device,

plugwise/legacy/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def __init__(
4141
host: str,
4242
password: str,
4343
request: Callable[..., Awaitable[Any]],
44-
timeout: int,
4544
websession: aiohttp.ClientSession,
4645
_is_thermostat: bool,
4746
_on_off_device: bool,

plugwise/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def __init__(
4747
host: str,
4848
password: str,
4949
request: Callable[..., Awaitable[Any]],
50-
timeout: int,
5150
websession: aiohttp.ClientSession,
5251
_cooling_present: bool,
5352
_elga: bool,

0 commit comments

Comments
 (0)