File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments