We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21f901 commit 7dc8339Copy full SHA for 7dc8339
stubs/fpdf2/fpdf/_fonttools_shims.pyi
@@ -2,8 +2,8 @@
2
from abc import ABCMeta, abstractmethod
3
from collections.abc import Mapping
4
from logging import Logger
5
-from typing import Any, Protocol
6
-from typing_extensions import TypeAlias, type_check_only
+from typing import Any, Protocol, type_check_only
+from typing_extensions import TypeAlias
7
8
# from fonttools.ttLib.ttGlyphSet
9
@type_check_only
0 commit comments