projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6591fdf
)
[nba] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 6 Dec 2014 12:59:37 +0000
(13:59 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 6 Dec 2014 12:59:37 +0000
(13:59 +0100)
youtube_dl/extractor/nba.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nba.py
b/youtube_dl/extractor/nba.py
index 2b3a3daa72eaae99e6411078120d6a1cff553f63..862b706bf96719aa071f1f89c73f2a4ef45a20b1 100644
(file)
--- a/
youtube_dl/extractor/nba.py
+++ b/
youtube_dl/extractor/nba.py
@@
-1,7
+1,5
@@
from __future__ import unicode_literals
-import re
-
from .common import InfoExtractor
from ..utils import (
remove_end,