File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 final ,
2323)
2424
25+ import pyunormalize ._unicode as unicode
2526from pyunormalize import (
2627 normalization ,
27- _unicode ,
2828)
2929
3030from .exceptions import (
3333
3434# Constants vendored from pyunormalize
3535
36- _NFC__QC_NO_OR_MAYBE : Final = _unicode ._NFC__QC_NO_OR_MAYBE
37- _NFD__QC_NO : Final = _unicode ._NFD__QC_NO
38- _NON_ZERO_CCC_TABLE : Final = _unicode ._NON_ZERO_CCC_TABLE
39- _COMPOSITION_EXCLUSIONS : Final = _unicode ._COMPOSITION_EXCLUSIONS
36+ _NFC__QC_NO_OR_MAYBE : Final = unicode ._NFC__QC_NO_OR_MAYBE
37+ _NFD__QC_NO : Final = unicode ._NFD__QC_NO
38+ _NON_ZERO_CCC_TABLE : Final = unicode ._NON_ZERO_CCC_TABLE
39+ _COMPOSITION_EXCLUSIONS : Final = unicode ._COMPOSITION_EXCLUSIONS
4040_COMPOSITE_BY_CDECOMP : Final [Dict [Tuple [int , Optional [int ]], int ]] = normalization ._COMPOSITE_BY_CDECOMP
4141_FULL_CDECOMP_BY_CHAR : Final [Dict [int , List [int ]]] = normalization ._FULL_CDECOMP_BY_CHAR
4242_LB : Final = normalization ._LB
You can’t perform that action at this time.
0 commit comments