From bc2c4727dcb854bdf27e76ca9e6a238d018918b1 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:04:40 +0100 Subject: [PATCH] Make deepsource happier --- iSponsorBlockTV/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iSponsorBlockTV/main.py b/iSponsorBlockTV/main.py index 8e937ca..030ae8c 100644 --- a/iSponsorBlockTV/main.py +++ b/iSponsorBlockTV/main.py @@ -9,7 +9,8 @@ class DeviceListener: def __init__(self, api_helper, config, device): self.task: asyncio.Task = None self.api_helper = api_helper - self.lounge_controller = ytlounge.YtLoungeApi(device.screen_id, config, api_helper) + self.lounge_controller = ytlounge.YtLoungeApi( + device.screen_id, config, api_helper) self.offset = device.offset self.name = device.name self.cancelled = False