[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,
)