From f4dc0ea149f2d5a21f2c839d544bed85f4cbd10e Mon Sep 17 00:00:00 2001 From: quinlander Date: Fri, 19 Apr 2019 10:35:47 -0400 Subject: [PATCH] removed unnecessary int_or_none import --- youtube_dl/extractor/changba.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/youtube_dl/extractor/changba.py b/youtube_dl/extractor/changba.py index 6d8b07b21..62ecec964 100644 --- a/youtube_dl/extractor/changba.py +++ b/youtube_dl/extractor/changba.py @@ -4,10 +4,7 @@ from __future__ import unicode_literals import base64 from .common import InfoExtractor -from ..utils import ( - int_or_none, - RegexNotFoundError, -) +from ..utils import RegexNotFoundError class ChangbaIE(InfoExtractor):