From 12bf60aee01e65a1fef2d74814abb7259cfc974d Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 9 Nov 2022 11:08:37 +0000 Subject: [PATCH] woff2_test: [minor] remove unused local variable --- Tests/ttLib/woff2_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/ttLib/woff2_test.py b/Tests/ttLib/woff2_test.py index 8d59caee7..35f6748e7 100644 --- a/Tests/ttLib/woff2_test.py +++ b/Tests/ttLib/woff2_test.py @@ -621,7 +621,6 @@ class WOFF2WriterTTFTest(WOFF2WriterTest): self.assertEqual(self.writer.tables[tag].data, normTables[tag]) def test_hmtx_trasform(self): - tableTransforms = {"glyf", "loca", "hmtx"} def compile_hmtx(compressed): tableTransforms = woff2TransformedTableTags