1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-25 03:43:22 +02: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,
)