Skip to content

Commit 46d16e6

Browse files
mypy
1 parent f3cd66d commit 46d16e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pdf_tests/font_tests/subsetting_tests/test_externally_subset_font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pathlib
22
import unittest
33

4-
from fontTools import subset # type: ignore[import-not-found]
4+
from fontTools import subset # type: ignore[import-not-found,import-untyped]
55

66
from borb.pdf import (
77
Document,

0 commit comments

Comments
 (0)