1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-17 21:22:35 +08:00

Remove unused imports

This commit is contained in:
Jaime Marquínez Ferrándiz
2015-02-14 22:18:09 +01:00
Unverified
parent a294bce82f
commit b0ab0fac49
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -1,8 +1,6 @@
# encoding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import int_or_none
-1
View File
@@ -1,7 +1,6 @@
from __future__ import unicode_literals
import re
import json
from .common import InfoExtractor
from ..compat import (