From ce5c1ae51703d1be4e486cbe8d3dfc2ab16372a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 5 May 2015 02:52:21 +0600 Subject: [PATCH] [noco] Remove unused import --- youtube_dl/extractor/noco.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/noco.py b/youtube_dl/extractor/noco.py index 5674ee2a4..664dc81d4 100644 --- a/youtube_dl/extractor/noco.py +++ b/youtube_dl/extractor/noco.py @@ -17,7 +17,6 @@ from ..utils import ( int_or_none, float_or_none, parse_iso8601, - unified_strdate, )