removed unnecessary int_or_none import

This commit is contained in:
quinlander 2019-04-19 10:35:47 -04:00
parent 75be8e5e25
commit f4dc0ea149
1 changed files with 1 additions and 4 deletions

View File

@ -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):