Browse Source

[nowtv] Remove unused import

master
Jaime Marquínez Ferrándiz 9 years ago
parent
commit
5c45bbe57b
1 changed files with 0 additions and 2 deletions
  1. 2
      youtube_dl/extractor/nowtv.py

2
youtube_dl/extractor/nowtv.py

@ -1,8 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (

Loading…
Cancel
Save