diff options
Diffstat (limited to 'ytdlp_plugins')
-rw-r--r-- | ytdlp_plugins/extractor/sample.py | 2 | ||||
-rw-r--r-- | ytdlp_plugins/postprocessor/sample.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ytdlp_plugins/extractor/sample.py b/ytdlp_plugins/extractor/sample.py index d99b7ca33..82c0af459 100644 --- a/ytdlp_plugins/extractor/sample.py +++ b/ytdlp_plugins/extractor/sample.py @@ -1,5 +1,3 @@ -# coding: utf-8 - # ⚠ Don't use relative imports from yt_dlp.extractor.common import InfoExtractor diff --git a/ytdlp_plugins/postprocessor/sample.py b/ytdlp_plugins/postprocessor/sample.py index 6ba49266e..4563e1c11 100644 --- a/ytdlp_plugins/postprocessor/sample.py +++ b/ytdlp_plugins/postprocessor/sample.py @@ -1,5 +1,3 @@ -# coding: utf-8 - # ⚠ Don't use relative imports from yt_dlp.postprocessor.common import PostProcessor |