From f5e145f82f87ba57f4a1b5df2623545f63b811e8 Mon Sep 17 00:00:00 2001 From: dirkf Date: Fri, 3 Feb 2023 04:09:14 +0000 Subject: [PATCH] Small update, force CI --- youtube_dl/extractor/bellesa.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/bellesa.py b/youtube_dl/extractor/bellesa.py index 6196a6824..f301f148e 100644 --- a/youtube_dl/extractor/bellesa.py +++ b/youtube_dl/extractor/bellesa.py @@ -3,7 +3,11 @@ from __future__ import unicode_literals import json -from ..utils import ExtractorError, clean_html, try_get +from ..utils import ( + clean_html, + ExtractorError, + try_get, +) from .common import InfoExtractor