Skip to content

Commit

Permalink
[compat] Fix casefold import __all__ syntax in a19855f
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf committed May 23, 2023
1 parent ee731f3 commit 2389c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/casefold.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,5 +1663,5 @@ def casefold(s):


__all__ = [
casefold
'casefold',
]

0 comments on commit 2389c7c

Please sign in to comment.