1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-01 19:16:10 +02:00

[compat] Fix casefold import __all__ syntax in a19855f

This commit is contained in:
dirkf 2023-05-23 17:11:22 +01:00
parent ee731f3d00
commit 2389c7cbd3

View File

@ -1663,5 +1663,5 @@ def casefold(s):
__all__ = [ __all__ = [
casefold 'casefold',
] ]