diff --git a/youtube_dl/extractor/eighttracks.py b/youtube_dl/extractor/eighttracks.py
index a9b18195b..fb5dbbe2b 100644
--- a/youtube_dl/extractor/eighttracks.py
+++ b/youtube_dl/extractor/eighttracks.py
@@ -122,7 +122,6 @@ class EightTracksIE(InfoExtractor):
         entries = []
 
         for i in range(track_count):
-            
             api_json = None
             download_tries = 0