1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 14:15:13 +00:00

[utils] Add WINDOWS_VT_MODE to globals (#12460)

Authored by: Grub4K
This commit is contained in:
Simon Sawicki
2025-07-22 20:10:51 +02:00
committed by GitHub
parent 3e918d825d
commit eed94c7306
5 changed files with 8 additions and 13 deletions

View File

@@ -21,9 +21,6 @@ class TestCompat(unittest.TestCase):
with self.assertWarns(DeprecationWarning):
_ = compat.compat_basestring
with self.assertWarns(DeprecationWarning):
_ = compat.WINDOWS_VT_MODE
self.assertEqual(urllib.request.getproxies, getproxies)
with self.assertWarns(DeprecationWarning):