Browse Source

[fox] remove unused import

Remita Amine 8 years ago
parent
commit
d97729c83a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/fox.py

+ 0 - 1
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,
 )