diff options
author | Remita Amine <remitamine@gmail.com> | 2016-08-09 15:13:15 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-08-09 15:13:15 +0100 |
commit | 20ef4123b9ddbac62f5e4cbd27979adb9b0d948c (patch) | |
tree | 33099bd540f2d0c466b73e3af6cd7a818decbd11 | |
parent | 4e62d26aa211281ae85e9942c01adf31fe80aee5 (diff) |
[uol] remove unused import
-rw-r--r-- | youtube_dl/extractor/uol.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/uol.py b/youtube_dl/extractor/uol.py index 5c6a3577b..c27c64387 100644 --- a/youtube_dl/extractor/uol.py +++ b/youtube_dl/extractor/uol.py @@ -1,8 +1,6 @@ # coding: utf-8 from __future__ import unicode_literals -import re - from .common import InfoExtractor from ..utils import ( clean_html, |