From 0ba8f4c3c57a3a00358ba816ce367271b1543938 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:44:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/iSponsorBlockTV/ytlounge.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/iSponsorBlockTV/ytlounge.py b/src/iSponsorBlockTV/ytlounge.py index 44ed07f..13e19e9 100644 --- a/src/iSponsorBlockTV/ytlounge.py +++ b/src/iSponsorBlockTV/ytlounge.py @@ -20,8 +20,7 @@ class YtLoungeApi(pyytlounge.YtLoungeApi): web_session: ClientSession = None, ): super().__init__( - config.join_name if config else "iSponsorBlockTV", - logger=logger + config.join_name if config else "iSponsorBlockTV", logger=logger ) if web_session is not None: