From c582b0454ffa4f0c793ccce8ee2664fe4e2a2f1c Mon Sep 17 00:00:00 2001 From: Simon <65854503+OpenSourceSimon@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:04:16 +0100 Subject: [PATCH] Added comment --- video_creation/screenshot_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/screenshot_downloader.py b/video_creation/screenshot_downloader.py index eae0403..c98fb56 100644 --- a/video_creation/screenshot_downloader.py +++ b/video_creation/screenshot_downloader.py @@ -4,7 +4,7 @@ from pathlib import Path from typing import Dict, Final import translators as ts -from playwright.async_api import async_playwright +from playwright.async_api import async_playwright # pylint: disable=unused-import from playwright.sync_api import ViewportSize, sync_playwright from rich.progress import track