]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/radiozet.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / radiozet.py
index 2e1ff36c2f7e49663978c1e70d07fb99cc6221b2..e91b3b277947642d265570f22f83fa0ffd48980d 100644 (file)
@@ -1,8 +1,7 @@
-# coding: utf-8
 from .common import InfoExtractor
 from ..utils import (
-    traverse_obj,
     strip_or_none,
+    traverse_obj,
 )
 
 
@@ -22,7 +21,7 @@ class RadioZetPodcastIE(InfoExtractor):
             'duration': 83,
             'series': 'Nie Ma Za Co',
             'creator': 'Katarzyna PakosiƄska',
-        }
+        },
     }
 
     def _call_api(self, podcast_id, display_id):