Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Dec 13, 2023
1 parent fc84544 commit 7f92c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/builder/build_vtt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
from vttLib.transfer import merge_from_file as merge_vtt_hinting
from vttLib import compile_instructions as compile_vtt_hinting
from fontTools.ttLib import TTFont
from fontTools.ttLib import TTFont, newTable


def compile_vtt(font, vtt_source):
Expand Down

0 comments on commit 7f92c1b

Please sign in to comment.