]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/niconico.py
[cleanup] Minor fixes (See desc)
[yt-dlp.git] / yt_dlp / downloader / niconico.py
index 521dfece3124ac5c9650b83124dac3a01f6b7fb8..5947446b1409f5272b4eb489d9e1e688c5d6886c 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import threading
 
 from .common import FileDownloader
@@ -54,4 +51,4 @@ def heartbeat():
                 with heartbeat_lock:
                     timer[0].cancel()
                     download_complete = True
-            return success
+        return success