[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
1 changed files with 1 additions and 1 deletions

View File

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