Merge pull request #2035 from jkseppan/subset-no-py23

Remove import of py23 fron subset/__init__.py
This commit is contained in:
Cosimo Lupo 2020-08-03 08:27:23 +01:00 committed by GitHub
commit d8eb064a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
#
# Google Author(s): Behdad Esfahbod
from fontTools.misc.py23 import *
from fontTools.misc.fixedTools import otRound
from fontTools import ttLib
from fontTools.ttLib.tables import otTables