1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

Remove unused includes

This commit is contained in:
nomevi 2022-07-10 03:33:15 +02:00
parent 918113db3b
commit 032aed0e41

View file

@ -2,8 +2,6 @@
from __future__ import unicode_literals
from .common import InfoExtractor
import time
import calendar
from ..utils import (
try_get,
url_or_none,