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