Sorted with separate closing parentheses for imports.

Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
Alex Zhu 2022-12-13 12:01:47 -05:00 committed by GitHub
commit 744f3ac109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,10 @@ import re
from .common import InfoExtractor from .common import InfoExtractor
from ..utils import ( from ..utils import (
ExtractorError, ExtractorError,
url_or_none,
parse_duration, parse_duration,
unsmuggle_url) unsmuggle_url,
url_or_none,
)
from ..compat import ( from ..compat import (
compat_parse_qs) compat_parse_qs)