Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 9fbb2b9

Browse files
committed
Remove unused imports in PlatformVideoDownloader
1 parent 4f0f213 commit 9fbb2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitter_video_tools/platform_video_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Optional
22

33
from playwright.sync_api import sync_playwright
4-
from youtube_dl.utils import DownloadError, YoutubeDLError
4+
from youtube_dl.utils import YoutubeDLError
55

66
from .monsnode_parser import MonsnodeParser
77
from .twitter_crawler import TwitterCrawler

0 commit comments

Comments
 (0)