style fix for pylint complain

This commit is contained in:
Ebrahim Byagowi 2019-06-28 22:53:51 +04:30 committed by GitHub
parent 8d36ef50c8
commit 9a7b7bd9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -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()