File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def _cleanup(self) -> None:
158
158
159
159
if self .on_stop and self ._connect_complete :
160
160
161
- def _remove_on_stop_task () :
161
+ def _remove_on_stop_task (_fut : asyncio . Future ) -> None :
162
162
"""Remove the stop task from the reconnect loop.
163
163
164
164
We need to do this because the asyncio does not hold
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ async def stop(self) -> None:
201
201
await self ._stop_zc_listen ()
202
202
203
203
def stop_callback (self ) -> None :
204
- def _remove_stop_task () -> None :
204
+ def _remove_stop_task (_fut : asyncio . Future ) -> None :
205
205
"""Remove the stop task from the reconnect loop.
206
206
207
207
We need to do this because the asyncio does not hold
You can’t perform that action at this time.
0 commit comments