commit: 2389c7cbd30813435c50848a9b276bcfe2a810db parent ee731f3d00064f446faa9ffb4c21ce4ca388bf5d Author: dirkf <fieldhouse@gmx.net> Date: Tue, 23 May 2023 17:11:22 +0100 [compat] Fix casefold import __all__ syntax in a19855fDiffstat:
M | youtube_dl/casefold.py | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/youtube_dl/casefold.py b/youtube_dl/casefold.py
@@ -1663,5 +1663,5 @@ def casefold(s): __all__ = [ - casefold + 'casefold', ]