remove unnecessary assignment parenthesis
[youtube-dl] / youtube_dl / extractor / viki.py
index ad2a2a4b70fdde18548e4dde62fcf9ccfc264ba4..546de95d8544a540da735a014bffd3ac096e25b6 100644 (file)
@@ -88,7 +88,7 @@ class VikiBaseIE(InfoExtractor):
         self._login()
 
     def _login(self):
-        (username, password) = self._get_login_info()
+        username, password = self._get_login_info()
         if username is None:
             return