From 9d1bb4f84080e3dd8ae39acb898800f1edfe04d0 Mon Sep 17 00:00:00 2001 From: bashonly Date: Tue, 18 Feb 2025 17:11:15 -0600 Subject: [PATCH] autopep Authored by: bashonly --- yt_dlp/utils/_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/utils/_utils.py b/yt_dlp/utils/_utils.py index b01f2a170..c6a90a0dd 100644 --- a/yt_dlp/utils/_utils.py +++ b/yt_dlp/utils/_utils.py @@ -5677,4 +5677,3 @@ def stdout(self, message): def stderr(self, message): if self._ydl: self._ydl.to_stderr(message) -