mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 13:27:14 +08:00
removed unnecessary int_or_none import
This commit is contained in:
parent
75be8e5e25
commit
f4dc0ea149
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user