From 01b97528a2c65621d79eb1795323e9a7f7612f10 Mon Sep 17 00:00:00 2001 From: Miguel Sousa Date: Fri, 4 Oct 2019 10:33:51 -0700 Subject: [PATCH] Remove unused import --- addSVGtable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addSVGtable.py b/addSVGtable.py index 2cc0c73e23..82073a4844 100755 --- a/addSVGtable.py +++ b/addSVGtable.py @@ -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)