diff options
author | dirkf <fieldhouse@gmx.net> | 2023-05-23 17:11:22 +0100 |
---|---|---|
committer | dirkf <fieldhouse@gmx.net> | 2023-05-23 17:11:22 +0100 |
commit | 2389c7cbd30813435c50848a9b276bcfe2a810db (patch) | |
tree | c99477601ed367b3f5d344a3b4c748e161c0d341 | |
parent | ee731f3d00064f446faa9ffb4c21ce4ca388bf5d (diff) |
[compat] Fix casefold import __all__ syntax in a19855f
-rw-r--r-- | youtube_dl/casefold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/casefold.py b/youtube_dl/casefold.py index 748c2d491..ad9c66f8e 100644 --- a/youtube_dl/casefold.py +++ b/youtube_dl/casefold.py @@ -1663,5 +1663,5 @@ def casefold(s): __all__ = [ - casefold + 'casefold', ] |