mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-21 17:51:51 +00:00
[compat] Fix casefold import __all__ syntax in a19855f
This commit is contained in:
parent
ee731f3d00
commit
2389c7cbd3
1 changed files with 1 additions and 1 deletions
|
@ -1663,5 +1663,5 @@ def casefold(s):
|
|||
|
||||
|
||||
__all__ = [
|
||||
casefold
|
||||
'casefold',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue