From 177199e08e7e4d2cdc7d6dfa2081ccec5f8aefe1 Mon Sep 17 00:00:00 2001 From: dreamcoin1998 Date: Sun, 26 Jun 2022 02:43:18 +0800 Subject: [PATCH] Clear a redundant reference --- video_creation/screenshot_downloader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/video_creation/screenshot_downloader.py b/video_creation/screenshot_downloader.py index 4620677..4e9d9dc 100644 --- a/video_creation/screenshot_downloader.py +++ b/video_creation/screenshot_downloader.py @@ -3,7 +3,6 @@ from os import getenv import os from pathlib import Path -from playwright.async_api import async_playwright from playwright.sync_api import sync_playwright, ViewportSize from rich.progress import track