aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/scaleUpem.py
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-01 15:28:06 +0000
committerElliott Hughes <enh@google.com>2024-04-01 15:28:06 +0000
commit8e084f2ba2ed3227158ec488d086798ef80d0b27 (patch)
tree8f75003d350867df75829811ecab46ead38e6cda /Lib/fontTools/ttLib/scaleUpem.py
parente753d9084138bc0420c72e7ea7394cac6fc0063e (diff)
downloadfonttools-master.tar.gz
Upgrade fonttools to 4.49.0HEADmastermain
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/fonttools For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I5054ab1711063135fa20c2ca2eca8301c07d0267
Diffstat (limited to 'Lib/fontTools/ttLib/scaleUpem.py')
-rw-r--r--Lib/fontTools/ttLib/scaleUpem.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/fontTools/ttLib/scaleUpem.py b/Lib/fontTools/ttLib/scaleUpem.py
index 3f9b22af..2909bfcb 100644
--- a/Lib/fontTools/ttLib/scaleUpem.py
+++ b/Lib/fontTools/ttLib/scaleUpem.py
@@ -3,7 +3,6 @@
AAT and Graphite tables are not supported. CFF/CFF2 fonts
are de-subroutinized."""
-
from fontTools.ttLib.ttVisitor import TTVisitor
import fontTools.ttLib as ttLib
import fontTools.ttLib.tables.otBase as otBase