1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-03-15 01:20:12 +00:00

Use relative imports

This commit is contained in:
Igor Cescon de Moura 2022-08-10 22:20:59 -03:00
parent 93b5b15131
commit e7ad2be1fa

View file

@ -1,9 +1,8 @@
# coding: utf-8
from __future__ import unicode_literals
from youtube_dl.utils import try_get, unified_timestamp
from .common import InfoExtractor
from ..utils import try_get, unified_timestamp
class HololiveFCIE(InfoExtractor):