[py] minor, remove unnecessary pass

discovered by lgtm
This commit is contained in:
Ebrahim Byagowi 2020-07-13 20:07:51 +04:30 committed by GitHub
parent 45d9e8d76c
commit cdf18e8338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: