From 1ed79ce6a1c75d48001382b5291bc37da95fd28b Mon Sep 17 00:00:00 2001 From: wtpckl Date: Thu, 28 Jan 2021 17:44:37 +0100 Subject: [PATCH] [RoosterTeeth] flake8 --- youtube_dl/extractor/roosterteeth.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/extractor/roosterteeth.py b/youtube_dl/extractor/roosterteeth.py index 3fc279d0f..5041d592b 100644 --- a/youtube_dl/extractor/roosterteeth.py +++ b/youtube_dl/extractor/roosterteeth.py @@ -1,8 +1,6 @@ # coding: utf-8 from __future__ import unicode_literals -import re - from .common import InfoExtractor from ..compat import ( compat_HTTPError,