Skip to content

Commit

Permalink
removed redundant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jun 5, 2020
1 parent 7b0eeaa commit 5c47758
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fbdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def main():
common_tags = sorted(tags_A & tags_B)
max_length = 1
for tag in common_tags:
table_A = font_A.reader.tables[tag]
table_B = font_B.reader.tables[tag]
max_length = max(max_length, font_A.reader.tables[tag].length)
max_length = max(max_length, font_B.reader.tables[tag].length)
max_digits = len(str(max_length))
Expand Down

0 comments on commit 5c47758

Please sign in to comment.