Update Tests/ttLib/tables/_n_a_m_e_test.py

Co-authored-by: Just van Rossum <justvanrossum@gmail.com>
This commit is contained in:
Olli Meier 2022-02-10 21:59:29 +01:00 committed by GitHub
parent d5406feed7
commit 4a0b559caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ from io import BytesIO
import struct import struct
import unittest import unittest
from fontTools import ttLib from fontTools import ttLib
from fontTools.ttLib import newTable from fontTools.ttLib import TTFont, newTable
from fontTools.ttLib.tables._n_a_m_e import ( from fontTools.ttLib.tables._n_a_m_e import (
table__n_a_m_e, NameRecord, nameRecordFormat, nameRecordSize, makeName, log) table__n_a_m_e, NameRecord, nameRecordFormat, nameRecordSize, makeName, log)