mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[py] minor, remove unnecessary pass
discovered by lgtm
This commit is contained in:
parent
45d9e8d76c
commit
cdf18e8338
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ def print_shaping_table(f):
|
|||
if items not in ligatures:
|
||||
ligatures[items] = {}
|
||||
ligatures[items][shape] = c
|
||||
pass
|
||||
else:
|
||||
# Save shape
|
||||
if items[0] not in names:
|
||||
|
|
Loading…
Add table
Reference in a new issue