style fix for pylint complain
This commit is contained in:
parent
8d36ef50c8
commit
9a7b7bd9fc
|
@ -53,7 +53,7 @@ print ()
|
|||
print ('#include "hb-unicode.hh"')
|
||||
print ()
|
||||
|
||||
for typ,s in ranges.items():
|
||||
for typ, s in ranges.items():
|
||||
if typ != "Extended_Pictographic": continue
|
||||
|
||||
arr = dict()
|
||||
|
|
Loading…
Reference in New Issue