Remove unused import

This commit is contained in:
Miguel Sousa 2019-10-04 10:33:51 -07:00
parent 6705ad4b45
commit 01b97528a2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import sys
import re
try:
from fontTools import ttLib, version
from fontTools import ttLib
except ImportError:
print("ERROR: FontTools Python module is not installed.", file=sys.stderr)
sys.exit(1)