From cd6e56697a216785229727b728e66d50daf09497 Mon Sep 17 00:00:00 2001 From: Dao Hoang Son Date: Tue, 17 Oct 2017 15:39:56 +0700 Subject: [PATCH] [zingmp3] Fix for flake8 --- youtube_dl/extractor/zingmp3.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/youtube_dl/extractor/zingmp3.py b/youtube_dl/extractor/zingmp3.py index 0a4f2df55..4eafbf3a0 100644 --- a/youtube_dl/extractor/zingmp3.py +++ b/youtube_dl/extractor/zingmp3.py @@ -1,13 +1,9 @@ # coding: utf-8 from __future__ import unicode_literals -import re - from .common import InfoExtractor from ..utils import ( - ExtractorError, int_or_none, - update_url_query, )