From 2fa669f759eae6d5c7e608e3ee628f9d60d03e83 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 22 Sep 2022 01:37:44 +0530 Subject: [docs] Misc improvements Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979 --- yt_dlp/webvtt.py | 1 - 1 file changed, 1 deletion(-) (limited to 'yt_dlp/webvtt.py') diff --git a/yt_dlp/webvtt.py b/yt_dlp/webvtt.py index 23d67a897..1138865ba 100644 --- a/yt_dlp/webvtt.py +++ b/yt_dlp/webvtt.py @@ -140,7 +140,6 @@ class HeaderBlock(Block): A WebVTT block that may only appear in the header part of the file, i.e. before any cue blocks. """ - pass -- cgit v1.2.3