remove unnecessary assignment parenthesis
[youtube-dl] / youtube_dl / extractor / pluralsight.py
index 3c508c9ca07a24e31970c8583f04a808b041609a..a207ca9cb93a3c839bf9304267d6a5b10d426b5e 100644 (file)
@@ -94,7 +94,7 @@ class PluralsightIE(PluralsightBaseIE):
         self._login()
 
     def _login(self):
-        (username, password) = self._get_login_info()
+        username, password = self._get_login_info()
         if username is None:
             return