diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-20 22:40:33 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-20 22:40:33 +0700 |
commit | cdfc187cd5bd163e7e67ca0c02108380cc06c180 (patch) | |
tree | 5b849e77f542e525950d11249e172fd5bcbf5652 | |
parent | feef925f49c80fc125ff24f61a144af902a648d2 (diff) |
[cbs] Remove unused import
-rw-r--r-- | youtube_dl/extractor/cbs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index 21720f084..a23173d6f 100644 --- a/youtube_dl/extractor/cbs.py +++ b/youtube_dl/extractor/cbs.py @@ -1,7 +1,5 @@ from __future__ import unicode_literals -import re - from .theplatform import ThePlatformFeedIE from ..utils import ( int_or_none, |