1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 10:24:33 +01:00

Remove unused import which was causing the build to fail

This commit is contained in:
Ricardo Reis 2017-12-19 10:14:39 +00:00 committed by GitHub
parent abce2f8175
commit 1d3374c840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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