diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-07-10 22:22:33 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-07-10 22:22:33 +0200 |
commit | 86f2541695ba0280982e47e52c5cf26946d5d7c6 (patch) | |
tree | 619dbdbbf216c67cbe8053bfb50e41cab0913eed /youtube_dl/extractor/shared.py | |
parent | 181c4ccaaa186685d4a5fce6f338486182079b9e (diff) |
Remove unused 're' imports
Diffstat (limited to 'youtube_dl/extractor/shared.py')
-rw-r--r-- | youtube_dl/extractor/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/shared.py b/youtube_dl/extractor/shared.py index 7fb68bc2d..6e2b94e7d 100644 --- a/youtube_dl/extractor/shared.py +++ b/youtube_dl/extractor/shared.py @@ -1,6 +1,5 @@ from __future__ import unicode_literals -import re import base64 from .common import InfoExtractor |