diff --git a/fontbro/font.py b/fontbro/font.py index 045b7f2..fd07d55 100644 --- a/fontbro/font.py +++ b/fontbro/font.py @@ -485,7 +485,7 @@ def get_characters( self, *, ignore_blank: bool = False, - ) -> Generator[dict[str, Any], None, None]: + ) -> Generator[dict[str, Any]]: """ Gets the font characters. @@ -830,7 +830,7 @@ def get_format( def get_glyphs( self, - ) -> Generator[dict[str, Any], None, None]: + ) -> Generator[dict[str, Any]]: """ Gets the font glyphs and their own composition.