Browse Source

[fox] Remove unused imports

master-ytdl-org
Sergey M․ 6 years ago
parent
commit
5496754ae4
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      youtube_dl/extractor/fox.py

+ 0
- 2
youtube_dl/extractor/fox.py View File

@ -6,12 +6,10 @@ import uuid
from .adobepass import AdobePassIE
from ..compat import (
compat_HTTPError,
compat_str,
compat_urllib_parse_unquote,
)
from ..utils import (
ExtractorError,
int_or_none,
parse_age_limit,
parse_duration,


Loading…
Cancel
Save