Skip to content

Commit 82ac897

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 234f5c0 commit 82ac897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iSponsorBlockTV/setup_wizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ async def on_mount(self) -> None:
11171117
self.api_helper = api_helpers.ApiHelper(self.config, self.web_session)
11181118
if self.check_for_old_config_entries():
11191119
self.app.push_screen(MigrationScreen())
1120-
1120+
11211121
async def on_unmount(self) -> None:
11221122
if self.web_session and not self.web_session.closed:
11231123
await self.web_session.close()

0 commit comments

Comments
 (0)