summaryrefslogtreecommitdiff
path: root/src/pip/_vendor/chardet/jisfreq.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pip/_vendor/chardet/jisfreq.py')
-rw-r--r--src/pip/_vendor/chardet/jisfreq.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pip/_vendor/chardet/jisfreq.py b/src/pip/_vendor/chardet/jisfreq.py
index 83fc082b5..3293576e0 100644
--- a/src/pip/_vendor/chardet/jisfreq.py
+++ b/src/pip/_vendor/chardet/jisfreq.py
@@ -46,6 +46,7 @@ JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0
# Char to FreqOrder table ,
JIS_TABLE_SIZE = 4368
+# fmt: off
JIS_CHAR_TO_FREQ_ORDER = (
40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16
3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32
@@ -321,5 +322,4 @@ JIS_CHAR_TO_FREQ_ORDER = (
1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352
2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512
)
-
-
+# fmt: on