1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-07-07 07:26:26 +03:00

Remove unused import

This commit is contained in:
Miguel Sousa 2019-10-04 10:33:51 -07:00
parent 6705ad4b45
commit 01b97528a2

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)