1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-21 03:05:23 +00:00

[patreon] Remove unused import

This commit is contained in:
Philipp Hagemeister 2014-08-23 15:04:11 +02:00
parent b7b04c9234
commit af1fd929c6

View File

@ -6,7 +6,6 @@ import re
from .common import InfoExtractor
from ..utils import (
compat_urlparse,
js_to_json,
)