1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 02:59:31 +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