From 9bd6112c2b6abf1c8835c10089113813071fdeb3 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 28 Oct 2022 13:33:20 -0700 Subject: [PATCH] flake8 remove unused variable --- Lib/ufo2ft/outlineCompiler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/ufo2ft/outlineCompiler.py b/Lib/ufo2ft/outlineCompiler.py index b689413d8..8466b00e5 100644 --- a/Lib/ufo2ft/outlineCompiler.py +++ b/Lib/ufo2ft/outlineCompiler.py @@ -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]