Skip to content

Commit 7dc8339

Browse files
committed
import from typing (instead of typing_extensions)
1 parent f21f901 commit 7dc8339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/fpdf2/fpdf/_fonttools_shims.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from abc import ABCMeta, abstractmethod
33
from collections.abc import Mapping
44
from logging import Logger
5-
from typing import Any, Protocol
6-
from typing_extensions import TypeAlias, type_check_only
5+
from typing import Any, Protocol, type_check_only
6+
from typing_extensions import TypeAlias
77

88
# from fonttools.ttLib.ttGlyphSet
99
@type_check_only

0 commit comments

Comments
 (0)