diff options
| author | Remita Amine <remitamine@gmail.com> | 2017-03-25 14:28:53 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2017-03-25 14:28:53 +0100 | 
| commit | d97729c83a747f48d83f4aba9b85d2a14a58b8b7 (patch) | |
| tree | 0595c73c5926c4dfcfb87ffe2a21af726d2e8b25 | |
| parent | 7aa0ee321b4095da7a2430f383bea773115e1491 (diff) | |
[fox] remove unused import
| -rw-r--r-- | youtube_dl/extractor/fox.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/fox.py b/youtube_dl/extractor/fox.py index cc5d62ebc..159fdf9c4 100644 --- a/youtube_dl/extractor/fox.py +++ b/youtube_dl/extractor/fox.py @@ -3,7 +3,6 @@ from __future__ import unicode_literals  from .adobepass import AdobePassIE  from ..utils import ( -    int_or_none,      smuggle_url,      update_url_query,  )  | 
