mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 00:25:06 +00:00
[test_compat] Fix alphabetic order to make test_all_present pass
This commit is contained in:
parent
8bfa75451b
commit
987493aef3
1 changed files with 1 additions and 1 deletions
|
@ -369,8 +369,8 @@ def _compat_add_option(self, *args, **kwargs):
|
||||||
'compat_ord',
|
'compat_ord',
|
||||||
'compat_parse_qs',
|
'compat_parse_qs',
|
||||||
'compat_print',
|
'compat_print',
|
||||||
'compat_str',
|
|
||||||
'compat_socket_create_connection',
|
'compat_socket_create_connection',
|
||||||
|
'compat_str',
|
||||||
'compat_subprocess_get_DEVNULL',
|
'compat_subprocess_get_DEVNULL',
|
||||||
'compat_urllib_error',
|
'compat_urllib_error',
|
||||||
'compat_urllib_parse',
|
'compat_urllib_parse',
|
||||||
|
|
Loading…
Reference in a new issue