From 9d8933d4d7813e9d4947c1e22f71203746936018 Mon Sep 17 00:00:00 2001
From: bashonly <88596187+bashonly@users.noreply.github.com>
Date: Fri, 31 May 2024 04:13:13 +0000
Subject: [PATCH] cleanup

---
 yt_dlp/extractor/lecturio.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/yt_dlp/extractor/lecturio.py b/yt_dlp/extractor/lecturio.py
index 9ee864731c..4927641995 100644
--- a/yt_dlp/extractor/lecturio.py
+++ b/yt_dlp/extractor/lecturio.py
@@ -33,7 +33,6 @@ class LecturioBaseIE(InfoExtractor):
     }
 
     def _perform_login(self, username, password):
-
         # Sets some cookies
         _, urlh = self._download_webpage_handle(
             self._LOGIN_URL, None, 'Downloading login popup')