1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-16 07:40:02 +00:00

Remove unnecessary import

This commit is contained in:
Tobias Bell 2022-08-29 11:58:14 +02:00
parent 907a09cbf7
commit 25fcfdf566

View File

@ -1,5 +1,5 @@
# coding: utf-8
from __future__ import unicode_literals, print_function
from __future__ import unicode_literals
from .common import InfoExtractor