1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-17 09:58:29 +00:00

fix: imports

This commit is contained in:
Randalix 2025-08-13 14:13:54 +02:00
parent 7dd2ee0072
commit fa6fe651a1

View File

@ -1,5 +1,5 @@
from ..utils import random_uuidv4, traverse_obj, ExtractorError
from .mtv import MTVServicesInfoExtractor
from ..utils import ExtractorError, random_uuidv4, traverse_obj
class SouthParkIE(MTVServicesInfoExtractor):