From 3fa061e297b4fc9d9063bbea93bc7121fa10b1da Mon Sep 17 00:00:00 2001 From: dirkf Date: Tue, 14 May 2024 11:38:55 +0100 Subject: [PATCH] Give lint a chance All we are saying is ... --- youtube_dl/extractor/ciscolive.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/extractor/ciscolive.py b/youtube_dl/extractor/ciscolive.py index 23f17eedc..7dd61092d 100644 --- a/youtube_dl/extractor/ciscolive.py +++ b/youtube_dl/extractor/ciscolive.py @@ -1,8 +1,6 @@ # coding: utf-8 from __future__ import unicode_literals -import itertools - from .common import InfoExtractor from ..compat import ( compat_parse_qs,