Browse Source

[udemy] Remove unused import

Sergey M․ 9 years ago
parent
commit
86f3b66cec
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/udemy.py

+ 0 - 1
youtube_dl/extractor/udemy.py

@@ -17,7 +17,6 @@ from ..utils import (
     int_or_none,
     sanitized_Request,
     unescapeHTML,
-    update_url_query,
     urlencode_postdata,
 )