Small update, force CI

This commit is contained in:
dirkf 2023-02-03 04:09:14 +00:00 committed by GitHub
parent 12915b8b92
commit f5e145f82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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