From 81a7a521c5bdbd862b7c7d161425295fed63d212 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Wed, 26 Nov 2014 21:02:46 +0600 Subject: [PATCH] [gorillavid] Remove unused import --- youtube_dl/extractor/gorillavid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/gorillavid.py b/youtube_dl/extractor/gorillavid.py index 506521097..9a2e020e9 100644 --- a/youtube_dl/extractor/gorillavid.py +++ b/youtube_dl/extractor/gorillavid.py @@ -2,7 +2,6 @@ from __future__ import unicode_literals import re -import time from .common import InfoExtractor from ..utils import ( -- 2.40.0