mirror of
https://gitea.eponym.info/Mirrors/youtube-dl
synced 2025-08-31 08:35:11 +00:00
unify spacing
This commit is contained in:
@@ -27,9 +27,9 @@ std_headers = {
|
||||
}
|
||||
|
||||
try:
|
||||
compat_str = unicode # Python 2
|
||||
compat_str = unicode # Python 2
|
||||
except NameError:
|
||||
compat_str = str
|
||||
compat_str = str
|
||||
|
||||
def preferredencoding():
|
||||
"""Get preferred encoding.
|
||||
|
Reference in New Issue
Block a user