remove unnecessary assignment parenthesis
[youtube-dl] / youtube_dl / extractor / packtpub.py
index 8ed3c6347c90a6bfabe18d51e796a2df4737a804..56a2a1083a11275a02031b4233b44c76f2f6d3f8 100644 (file)
@@ -42,7 +42,7 @@ class PacktPubIE(PacktPubBaseIE):
     _TOKEN = None
 
     def _real_initialize(self):
-        (username, password) = self._get_login_info()
+        username, password = self._get_login_info()
         if username is None:
             return
         try: