Remove unused imports

This commit is contained in:
Philipp Hagemeister 2013-12-05 14:31:54 +01:00
parent ef2fac6f4a
commit a1ef7e85d6
5 changed files with 1 additions and 7 deletions

View file

@ -2,9 +2,6 @@ import json
import re
from .common import InfoExtractor
from ..utils import (
determine_ext,
)
class ViddlerIE(InfoExtractor):