Skip to content

Commit

Permalink
flake8 remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 28, 2022
1 parent 4f7ee1e commit 9bd6112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/ufo2ft/outlineCompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,6 @@ def _setupTable_hhea_or_vhea(self, tag):
extents = []
if mtxTable is not None:
for glyphName in self.glyphOrder:
glyph = self.allGlyphs[glyphName]
advance, firstSideBearing = mtxTable[glyphName]
advances.append(advance)
bounds = self.glyphBoundingBoxes[glyphName]
Expand Down

0 comments on commit 9bd6112

Please sign in to comment.