]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/compat.py
[cleanup] Misc cleanup (#2173)
[yt-dlp.git] / yt_dlp / compat.py
index 7a150043501d202caeee59e19c30661726cd95b4..9d3a6bbfd0d81f57086b7b613baebc5eb482f918 100644 (file)
@@ -196,7 +196,7 @@ def windows_enable_vt_mode():  # TODO: Do this the proper way https://bugs.pytho
 compat_urlparse = compat_urllib_parse = urllib.parse
 
 
-# To be removed
+# To be removed - Do not use
 
 compat_basestring = str
 compat_collections_abc = collections.abc