From 4a0b559caf3c267d3902b99ff0d5da7f28e65f56 Mon Sep 17 00:00:00 2001 From: Olli Meier Date: Thu, 10 Feb 2022 21:59:29 +0100 Subject: [PATCH] Update Tests/ttLib/tables/_n_a_m_e_test.py Co-authored-by: Just van Rossum --- Tests/ttLib/tables/_n_a_m_e_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ttLib/tables/_n_a_m_e_test.py b/Tests/ttLib/tables/_n_a_m_e_test.py index e1e971351..4cdcfc9aa 100644 --- a/Tests/ttLib/tables/_n_a_m_e_test.py +++ b/Tests/ttLib/tables/_n_a_m_e_test.py @@ -7,7 +7,7 @@ from io import BytesIO import struct import unittest from fontTools import ttLib -from fontTools.ttLib import newTable +from fontTools.ttLib import TTFont, newTable from fontTools.ttLib.tables._n_a_m_e import ( table__n_a_m_e, NameRecord, nameRecordFormat, nameRecordSize, makeName, log)